From b5e37611202716b181d7a78251e017ebc69fdc90 Mon Sep 17 00:00:00 2001 From: 6d486f49 Date: Fri, 12 Jun 2026 21:13:10 -0400 Subject: [PATCH] ... --- ET/Web/wwwroot/staticwebapp.config.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ET/Web/wwwroot/staticwebapp.config.json diff --git a/ET/Web/wwwroot/staticwebapp.config.json b/ET/Web/wwwroot/staticwebapp.config.json new file mode 100644 index 0000000..c97bd87 --- /dev/null +++ b/ET/Web/wwwroot/staticwebapp.config.json @@ -0,0 +1,6 @@ +{ + "navigationFallback": { + "rewrite": "/index.html", + "exclude": ["/css/*", "/lib/*", "/_framework/*", "/_content/*", "/sample-data/*"] + } +}