diff --git a/vercel.json b/vercel.json index ba105d9912..4a97ab1a2d 100644 --- a/vercel.json +++ b/vercel.json @@ -2,6 +2,11 @@ "buildCommand": "scripts/build-vercel-output.sh", "installCommand": "bun install --frozen-lockfile --ignore-scripts", "redirects": [ + { + "source": "/(.*)", + "destination": "https://buildyourownx.com/heroku_pages/maintenance.html", + "permanent": false + }, { "source": "/_empty.html", "destination": "/404" }, { "source": "/_empty_notags.html", "destination": "/404" }, { "source": "/package.json", "destination": "/404" },