Skip to content

Commit 3bfa700

Browse files
committed
fix: vercel deplyment
1 parent d6babff commit 3bfa700

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

docs/vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"buildCommand": "npm run build",
3+
"installCommand": "npm install",
4+
"framework": "nextjs"
5+
}

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
packages:
22
- "packages/*"
33
- "packages/examples/*"
4+
- "docs"

0 commit comments

Comments
 (0)