Add static web app config

This commit is contained in:
2024-04-30 21:16:07 +01:00
parent 97124638e6
commit 425ba4d203

View File

@@ -0,0 +1,9 @@
{
"navigationFallback": {
"rewrite": "index.html",
"exclude": ["/static/media/*.{png,jpg,jpeg,gif,bmp}", "/static/css/*"]
},
"mimeTypes": {
".json": "text/json"
}
}