Skip to content

Commit bf47f74

Browse files
authored
Merge pull request #220 from hookdeck/chore/docs-vercel-deploy
chore(docs): add vercel.json for deployment
2 parents 226da95 + ebfbdbb commit bf47f74

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

docs/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ yarn-error.log*
3030

3131
# typescript
3232
*.tsbuildinfo
33+
.vercel

docs/vercel.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"framework": null,
3+
"outputDirectory": "dist",
4+
"cleanUrls": true
5+
}

website/vercel.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"rewrites": [
3+
{
4+
"source": "/docs",
5+
"destination": "https://outpost-docs.vercel.app/docs"
6+
}
7+
]
8+
}

0 commit comments

Comments
 (0)