diff --git a/src/redirection/staticwebapp.config.json b/src/redirection/staticwebapp.config.json new file mode 100644 index 0000000..9d62611 --- /dev/null +++ b/src/redirection/staticwebapp.config.json @@ -0,0 +1,5 @@ +{ + "navigationFallback": { + "rewrite": "/index.html" + } +} \ No newline at end of file