From 7f4c83241b1c7f14a513b2b8043a3240736067f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Jan=C3=A9rs?= Date: Wed, 11 Mar 2026 19:44:44 +0100 Subject: [PATCH] feat: add navigation fallback configuration for static web app --- note2quiz-ui/public/staticwebapp.config.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 note2quiz-ui/public/staticwebapp.config.json diff --git a/note2quiz-ui/public/staticwebapp.config.json b/note2quiz-ui/public/staticwebapp.config.json new file mode 100644 index 0000000..14f26c1 --- /dev/null +++ b/note2quiz-ui/public/staticwebapp.config.json @@ -0,0 +1,9 @@ +{ + "navigationFallback": { + "rewrite": "/index.html", + "exclude": [ + "/assets/*", + "/*.{css,js,png,jpg,jpeg,gif,svg,ico,webp,json}" + ] + } +} \ No newline at end of file