diff options
Diffstat (limited to '')
-rw-r--r-- | vercel.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/vercel.json b/vercel.json index cdcb57320..b7bac0e99 100644 --- a/vercel.json +++ b/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" }] } |