diff options
author | 2021-07-20 05:36:07 +0000 | |
---|---|---|
committer | 2021-07-20 05:36:07 +0000 | |
commit | 3ba17a78e579471bd27d18e50e78a290df9a02a5 (patch) | |
tree | bc35802fccebdac85b56882caf5c4f8df0cfba3c | |
parent | 3d02159c3deb340c3a2f03243c085b4325a937e1 (diff) | |
download | astro-3ba17a78e579471bd27d18e50e78a290df9a02a5.tar.gz astro-3ba17a78e579471bd27d18e50e78a290df9a02a5.tar.zst astro-3ba17a78e579471bd27d18e50e78a290df9a02a5.zip |
[ci] yarn format
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" }] } |