From 7dfff6c2c15475dd016daa2e4c5d1ee8b67d80a0 Mon Sep 17 00:00:00 2001 From: 6d486f49 Date: Sat, 20 Jun 2026 15:32:56 -0400 Subject: [PATCH] Adding the production config --- Chrono/Web/wwwroot/staticwebapp.config.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Chrono/Web/wwwroot/staticwebapp.config.json diff --git a/Chrono/Web/wwwroot/staticwebapp.config.json b/Chrono/Web/wwwroot/staticwebapp.config.json new file mode 100644 index 0000000..c97bd87 --- /dev/null +++ b/Chrono/Web/wwwroot/staticwebapp.config.json @@ -0,0 +1,6 @@ +{ + "navigationFallback": { + "rewrite": "/index.html", + "exclude": ["/css/*", "/lib/*", "/_framework/*", "/_content/*", "/sample-data/*"] + } +}