We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 226da95 + ebfbdbb commit bf47f74Copy full SHA for bf47f74
docs/.gitignore
@@ -30,3 +30,4 @@ yarn-error.log*
30
31
# typescript
32
*.tsbuildinfo
33
+.vercel
docs/vercel.json
@@ -0,0 +1,5 @@
1
+{
2
+ "framework": null,
3
+ "outputDirectory": "dist",
4
+ "cleanUrls": true
5
+}
website/vercel.json
@@ -0,0 +1,8 @@
+ "rewrites": [
+ {
+ "source": "/docs",
+ "destination": "https://outpost-docs.vercel.app/docs"
6
+ }
7
+ ]
8
0 commit comments