diff --git a/Vercel.json b/Vercel.json new file mode 100644 index 0000000..9a45c90 --- /dev/null +++ b/Vercel.json @@ -0,0 +1 @@ +{ "rewrites": [{ "source": "/(.*)", "destination": "/" }] }