docs: release develop to main
Created by: ihsraham
Summary
- Promotes the current
developbranch intomain. - Carries the Sevalla static-site 404 behavior to production: unmatched routes resolve to
/404.htmlwith a404status through the final_redirectsrule. - Carries redirect validation that checks the catch-all 404 rule, its target, and its final-rule placement.
Validation
git diff --check upstream/main..upstream/develop