diff --git a/dashboard/netlify.toml b/dashboard/netlify.toml new file mode 100644 index 0000000..ff1c050 --- /dev/null +++ b/dashboard/netlify.toml @@ -0,0 +1,4 @@ +[[redirects]] + from = "/*" + to = "/index.html" + status = 200 \ No newline at end of file