We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb83532 commit 8612571Copy full SHA for 8612571
website/vercel.json
@@ -1,5 +1,9 @@
1
{
2
"rewrites": [
3
+ {
4
+ "source": "/docs",
5
+ "destination": "https://outpost-docs.vercel.app/docs"
6
+ },
7
8
"source": "/docs/:path*",
9
"destination": "https://outpost-docs.vercel.app/docs/:path*"
0 commit comments