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