diff --git a/vercel.json b/vercel.json new file mode 100644 index 000000000..e669dbb18 --- /dev/null +++ b/vercel.json @@ -0,0 +1,5 @@ +{ + "redirects": [ + { "source": "/", "destination": "https://lux.network", "permanent": true } + ] +}