diff --git a/_redirects b/_redirects deleted file mode 100644 index f824337..0000000 --- a/_redirects +++ /dev/null @@ -1 +0,0 @@ -/* /index.html 200 \ No newline at end of file diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..bceb843 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,12 @@ +# example netlify.toml +[build] + command = "vite build" + functions = "netlify/functions" + publish = "dist" + +## Uncomment to use this redirect for Single Page Applications +## Not needed for static site generators. +[[redirects]] + from = "/*" + to = "/index.html" + status = 200 \ No newline at end of file