diff --git a/app/netlify.toml b/app/netlify.toml new file mode 100644 index 00000000..858bce56 --- /dev/null +++ b/app/netlify.toml @@ -0,0 +1,5 @@ +[[redirects]] + from = "/" + to = "/app" + status = 301 + force = true \ No newline at end of file