diff options
author | 2021-07-20 14:04:35 -0500 | |
---|---|---|
committer | 2021-07-20 14:04:35 -0500 | |
commit | e129cde67d92b9d7732aadda4215e243c84deb60 (patch) | |
tree | af197f88dca031e8bf7541629aecb767edb52536 /docs | |
parent | c044e62a08ff642a5ad06cf1dbba841012e1ce1c (diff) | |
download | astro-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.json | 10 |
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" + } + ] +} |