diff --git a/staticwebapp.config.json b/staticwebapp.config.json new file mode 100644 index 0000000000000000000000000000000000000000..4c59529eddbe9f1a569dd3558b26a82d93ecfd75 --- /dev/null +++ b/staticwebapp.config.json @@ -0,0 +1,16 @@ +{ + "navigationFallback": { + "rewrite": "wwwroot/index.html", + "exclude": ["/images/*.{png,jpg,gif}", "/css/*", "/js/*"] + }, + "routes": [ + { + "route": "/*", + "serve": "/wwwroot/index.html", + "statusCode": 200 + } + ], + "mimeTypes": { + "customMimeType": "text/html" + } +}