From 425ba4d2034d6ec465b1025cbe6bf5570f3cf306 Mon Sep 17 00:00:00 2001 From: Beau Findlay Date: Tue, 30 Apr 2024 21:16:07 +0100 Subject: [PATCH] Add static web app config --- src/Client/staticwebapp.config.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/Client/staticwebapp.config.json 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" + } +}