diff --git a/staticwebapp.config.json b/staticwebapp.config.json new file mode 100644 index 0000000..8b4c79d --- /dev/null +++ b/staticwebapp.config.json @@ -0,0 +1,6 @@ +{ + "routes": [], + "navigationFallback": { + "rewrite": "/index.html" + } +}