summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2021-07-20 14:04:35 -0500
committerGravatar GitHub <noreply@github.com> 2021-07-20 14:04:35 -0500
commite129cde67d92b9d7732aadda4215e243c84deb60 (patch)
treeaf197f88dca031e8bf7541629aecb767edb52536 /docs
parentc044e62a08ff642a5ad06cf1dbba841012e1ce1c (diff)
downloadastro-e129cde67d92b9d7732aadda4215e243c84deb60.tar.gz
astro-e129cde67d92b9d7732aadda4215e243c84deb60.tar.zst
astro-e129cde67d92b9d7732aadda4215e243c84deb60.zip
chore: move vercel.json to subdirs (#776)
Diffstat (limited to 'docs')
-rw-r--r--docs/vercel.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/vercel.json b/docs/vercel.json
new file mode 100644
index 000000000..93f804282
--- /dev/null
+++ b/docs/vercel.json
@@ -0,0 +1,10 @@
+{
+ "cleanUrls": true,
+ "trailingSlash": false,
+ "redirects": [
+ {
+ "source": "/",
+ "destination": "/getting-started"
+ }
+ ]
+}