diff --git a/frontend/_redirects b/frontend/_redirects new file mode 100644 index 0000000..7797f7c --- /dev/null +++ b/frontend/_redirects @@ -0,0 +1 @@ +/* /index.html 200 diff --git a/staticwebapp.config.json b/staticwebapp.config.json index e043d68..8fae07f 100644 --- a/staticwebapp.config.json +++ b/staticwebapp.config.json @@ -2,7 +2,7 @@ "routes": [ { "route": "/*", - "rewrite": "/index.html" + "serve": "/index.html" } ] } \ No newline at end of file