diff --git a/src/Client/staticwebapp.config.json b/src/Client/staticwebapp.config.json new file mode 100644 index 0000000..cf75712 --- /dev/null +++ b/src/Client/staticwebapp.config.json @@ -0,0 +1,9 @@ +{ + "navigationFallback": { + "rewrite": "index.html", + "exclude": ["/static/media/*.{png,jpg,jpeg,gif,bmp}", "/static/css/*"] + }, + "mimeTypes": { + ".json": "text/json" + } +}