Skip to content

Commit 8612571

Browse files
committed
chore(website): capture /docs redirect
1 parent eb83532 commit 8612571

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/vercel.json

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"rewrites": [
3+
{
4+
"source": "/docs",
5+
"destination": "https://outpost-docs.vercel.app/docs"
6+
},
37
{
48
"source": "/docs/:path*",
59
"destination": "https://outpost-docs.vercel.app/docs/:path*"

0 commit comments

Comments
 (0)