git-subtree-dir: frontend git-subtree-mainline:205a3bd14bgit-subtree-split:c070c0315d
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
|
|
}
|
|
}
|
|
}
|