diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..dde111b --- /dev/null +++ b/netlify.toml @@ -0,0 +1,9 @@ +[build] + command = "yarn build" + publish = ".next" + +[[redirects]] + from = "/*" + to = "/index.html" + status = 200 + force = true