From 79ab3ccd0ef3ac2744d5c8bbd6241b0281e622a4 Mon Sep 17 00:00:00 2001 From: Kerem Gurkan Date: Thu, 5 Mar 2026 21:43:03 -0700 Subject: [PATCH] Adds fallback for refreshed pages on Azure --- frontend/public/staticwebapp.config.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 frontend/public/staticwebapp.config.json diff --git a/frontend/public/staticwebapp.config.json b/frontend/public/staticwebapp.config.json new file mode 100644 index 0000000..cd31f45 --- /dev/null +++ b/frontend/public/staticwebapp.config.json @@ -0,0 +1,6 @@ +{ + "navigationFallback": { + "rewrite": "/index.html", + "exclude": ["/assets/*", "/vendor/*", "*.{css,js,svg,png,jpg,jpeg,gif,ico,woff,woff2,ttf,eot}"] + } +}