diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..e0da658 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,9 @@ +[build] + command = "yarn build" + publish = "/dist" + base = "/" + +[[redirects]] + from = "/*" + to = "/index.html" + status = 200 \ No newline at end of file