Add static web app config
This commit is contained in:
9
src/Client/staticwebapp.config.json
Normal file
9
src/Client/staticwebapp.config.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"navigationFallback": {
|
||||||
|
"rewrite": "index.html",
|
||||||
|
"exclude": ["/static/media/*.{png,jpg,jpeg,gif,bmp}", "/static/css/*"]
|
||||||
|
},
|
||||||
|
"mimeTypes": {
|
||||||
|
".json": "text/json"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user