Add 'frontend/' from commit 'c070c0315d66a44154ab7d9f9ea6c211a15f4dba'
git-subtree-dir: frontend git-subtree-mainline:205a3bd14bgit-subtree-split:c070c0315d
This commit is contained in:
16
frontend/staticwebapp.config.json
Normal file
16
frontend/staticwebapp.config.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user