06f5069813
Follow-up to #16451. Closes #16452
32 lines
677 B
JSON
32 lines
677 B
JSON
{
|
|
"hosting": {
|
|
"public": "../../deploy/docs",
|
|
"ignore": [
|
|
"/index.html",
|
|
"/index-debug.html",
|
|
"/index-jquery.html"
|
|
],
|
|
"redirects": [
|
|
{
|
|
"source": "/error/:namespace\\::error*",
|
|
"destination": "/error/:namespace/:error*",
|
|
"type": 302
|
|
}
|
|
],
|
|
"rewrites": [
|
|
{
|
|
"source": "/",
|
|
"destination": "/index-production.html"
|
|
},
|
|
{
|
|
"source": "/index.html",
|
|
"destination": "/index-production.html"
|
|
},
|
|
{
|
|
"source": "**/*!(.@(jpg|jpeg|gif|png|html|js|map|json|css|svg|ttf|txt|woff|woff2|eot|xml))",
|
|
"function": "sendFile"
|
|
}
|
|
]
|
|
}
|
|
}
|