diff --git a/frontend/netlify.toml b/frontend/netlify.toml new file mode 100644 index 0000000..df9f053 --- /dev/null +++ b/frontend/netlify.toml @@ -0,0 +1,8 @@ +[build] + command = "npm run build" + publish = "dist" + +[[redirects]] + from = "/*" + to = "/index.html" + status = 200