diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..6a3dd09 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,4 @@ +[[redirects]] +from = "/*" +to = "/index.html" +status = 200 diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..77973c1 --- /dev/null +++ b/vercel.json @@ -0,0 +1,8 @@ +{ + "rewrites": [ + { + "source": "/:path*", + "destination": "/index.html" + } + ] +} \ No newline at end of file