Skip to content

Commit aea974c

Browse files
authored
Merge pull request #3874 from codecrafters-io/update-vercel-redirects-maintenance
Update Vercel redirects to include maintenance page and handle empty routes.
2 parents 03d7458 + fb62f77 commit aea974c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

vercel.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
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-
},
105
{ "source": "/_empty.html", "destination": "/404" },
116
{ "source": "/_empty_notags.html", "destination": "/404" },
127
{ "source": "/package.json", "destination": "/404" },

0 commit comments

Comments
 (0)