Skip to content

Commit

Permalink
fix: fix vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo837 committed Dec 15, 2023
1 parent 577ea0c commit 6f4102e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions now.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
{
"src": "package.json",
"use": "@now/static-build",
"config": { "distDir": ".doc" }
"config": { "distDir": "docs-dist" }
}
],
"routes": [
{ "src": "/(.*)", "dest": "/dist/$1" }
]
}

0 comments on commit 6f4102e

Please sign in to comment.