15 lines
263 B
JSON
15 lines
263 B
JSON
{
|
|
"rewrites": [
|
|
{
|
|
"source": "/((?!maintenance\\.html|assets/).*)",
|
|
"destination": "/maintenance.html",
|
|
"has": [
|
|
{
|
|
"type": "env",
|
|
"key": "MAINTENANCE_MODE",
|
|
"value": "true"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |