17 lines
325 B
JSON
17 lines
325 B
JSON
{
|
|
"navigationFallback": {
|
|
"rewrite": "/index.html",
|
|
"exclude": ["/images/*.{png,jpg,gif}", "/css/*"]
|
|
},
|
|
"mimeTypes": {
|
|
".json": "application/json",
|
|
".webmanifest": "application/manifest+json"
|
|
},
|
|
"responseOverrides": {
|
|
"404": {
|
|
"rewrite": "/index.html",
|
|
"statusCode": 200
|
|
}
|
|
}
|
|
}
|