Skip to content

Commit 03d7458

Browse files
authored
Merge pull request #3873 from codecrafters-io/vercel-redirects-update
Update Vercel redirects for maintenance and 404 pages
2 parents 484bdd6 + a202658 commit 03d7458

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"buildCommand": "scripts/build-vercel-output.sh",
33
"installCommand": "bun install --frozen-lockfile --ignore-scripts",
44
"redirects": [
5+
{
6+
"source": "/(.*)",
7+
"destination": "https://buildyourownx.com/heroku_pages/maintenance.html",
8+
"permanent": false
9+
},
510
{ "source": "/_empty.html", "destination": "/404" },
611
{ "source": "/_empty_notags.html", "destination": "/404" },
712
{ "source": "/package.json", "destination": "/404" },

0 commit comments

Comments
 (0)