diff options
author | 2021-07-20 19:05:48 +0000 | |
---|---|---|
committer | 2021-07-20 19:05:48 +0000 | |
commit | d6a9afb8e186a0481dc9d8a37e682958471dd8e7 (patch) | |
tree | b5af87fe47ecf0f281113cab133bc19766d484c5 | |
parent | e129cde67d92b9d7732aadda4215e243c84deb60 (diff) | |
download | astro-d6a9afb8e186a0481dc9d8a37e682958471dd8e7.tar.gz astro-d6a9afb8e186a0481dc9d8a37e682958471dd8e7.tar.zst astro-d6a9afb8e186a0481dc9d8a37e682958471dd8e7.zip |
[ci] yarn format
-rw-r--r-- | docs/vercel.json | 4 | ||||
-rw-r--r-- | www/vercel.json | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/vercel.json b/docs/vercel.json index 93f804282..9e0638fd8 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -2,8 +2,8 @@ "cleanUrls": true, "trailingSlash": false, "redirects": [ - { - "source": "/", + { + "source": "/", "destination": "/getting-started" } ] diff --git a/www/vercel.json b/www/vercel.json index 25bfe6ed5..db751a010 100644 --- a/www/vercel.json +++ b/www/vercel.json @@ -2,13 +2,13 @@ "cleanUrls": true, "trailingSlash": false, "redirects": [ - { + { "source": "/docs/:match*", "destination": "https://docs.astro.build/:match*", "permanent": false }, - { - "source": "/chat", + { + "source": "/chat", "destination": "https://discord.gg/grF4GTXXYm" } ] |