+15
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/((?!maintenance\\.html|assets/).*)",
|
||||
"destination": "/maintenance.html",
|
||||
"has": [
|
||||
{
|
||||
"type": "env",
|
||||
"key": "MAINTENANCE_MODE",
|
||||
"value": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user