summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
]