Skip to content

Update Vercel redirects for maintenance and 404 pages#3873

Merged
rohitpaulk merged 1 commit into
mainfrom
vercel-redirects-update
Jul 10, 2026
Merged

Update Vercel redirects for maintenance and 404 pages#3873
rohitpaulk merged 1 commit into
mainfrom
vercel-redirects-update

Conversation

@rohitpaulk

@rohitpaulk rohitpaulk commented Jul 10, 2026

Copy link
Copy Markdown
Member

Note

High Risk
Site-wide traffic routing change that effectively takes the entire frontend offline for users until reverted; misconfiguration or wrong destination URL would block all access.

Overview
Turns on maintenance mode for the Vercel frontend by adding a first redirect rule that sends all paths (/(.*)) to a static maintenance page at https://buildyourownx.com/heroku_pages/maintenance.html with a temporary (non-permanent) redirect.

Because this rule is ordered before existing redirects (404 guards, //catalog, backend proxy paths, etc.), every request should hit the maintenance page until the rule is removed—matching the repo’s maintenance-mode workflow of placing the catch-all at the top of redirects.

Reviewed by Cursor Bugbot for commit a202658. Bugbot is set up for automated code reviews on this repo. Configure here.

@rohitpaulk
rohitpaulk merged commit 03d7458 into main Jul 10, 2026
1 of 4 checks passed
@rohitpaulk
rohitpaulk deleted the vercel-redirects-update branch July 10, 2026 21:03
@codecov

codecov Bot commented Jul 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@codecov

codecov Bot commented Jul 10, 2026

Copy link
Copy Markdown

Bundle Report

Changes will increase total bundle size by 1.64kB (0.0%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
client-array-push 39.17MB 1.64kB (0.0%) ⬆️

Affected Assets, Files, and Routes:

view changes for bundle: client-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
assets/chunk.*.js 1.56kB 3.44MB 0.05%
assets/chunk.*.js 82 bytes 41.61kB 0.2%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant