summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar natemoo-re <natemoo-re@users.noreply.github.com> 2021-07-20 19:05:48 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-07-20 19:05:48 +0000
commitd6a9afb8e186a0481dc9d8a37e682958471dd8e7 (patch)
treeb5af87fe47ecf0f281113cab133bc19766d484c5
parente129cde67d92b9d7732aadda4215e243c84deb60 (diff)
downloadastro-d6a9afb8e186a0481dc9d8a37e682958471dd8e7.tar.gz
astro-d6a9afb8e186a0481dc9d8a37e682958471dd8e7.tar.zst
astro-d6a9afb8e186a0481dc9d8a37e682958471dd8e7.zip
[ci] yarn format
-rw-r--r--docs/vercel.json4
-rw-r--r--www/vercel.json6
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"
}
]