diff --git a/www/vercel.json b/www/vercel.json index cdcb573204..b7bac0e99b 100644 --- a/www/vercel.json +++ b/www/vercel.json @@ -1,7 +1,5 @@ { "cleanUrls": true, "trailingSlash": false, - "redirects": [ - { "source": "/chat", "destination": "https://discord.gg/grF4GTXXYm" } - ] + "redirects": [{ "source": "/chat", "destination": "https://discord.gg/grF4GTXXYm" }] }