diff --git a/packages/frontend/public/staticwebapp.config.json b/packages/frontend/public/staticwebapp.config.json new file mode 100644 index 0000000..3e6a701 --- /dev/null +++ b/packages/frontend/public/staticwebapp.config.json @@ -0,0 +1,6 @@ +{ + "navigationFallback": { + "rewrite": "/index.html", + "exclude": ["/assets/*", "/favicon.svg", "/icons.svg"] + } +}