Skip to content

Commit 2dea7d1

Browse files
committed
feat: add zbpack.json and update vercel configuration
1 parent 0c26333 commit 2dea7d1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"rewrites": [{ "source": "/:path*", "destination": "/index.html" }]
2+
"buildCommand": "nuxt generate"
33
}

zbpack.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"ignore_dockerfile": true
3+
}

0 commit comments

Comments
 (0)