置于维护模式
Vercel Deploy / deploy (push) Failing after 42s

This commit is contained in:
2026-03-28 21:46:36 +08:00
Unverified
parent cf30240803
commit 64352dd8b4
2 changed files with 130 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"rewrites": [
{
"source": "/((?!maintenance\\.html|assets/).*)",
"destination": "/maintenance.html",
"has": [
{
"type": "env",
"key": "MAINTENANCE_MODE",
"value": "true"
}
]
}
]
}