Skip to content

Commit

Permalink
feat: add zbpack.json and update vercel configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ikxin committed Jan 14, 2025
1 parent 0c26333 commit 2dea7d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"rewrites": [{ "source": "/:path*", "destination": "/index.html" }]
"buildCommand": "nuxt generate"
}
3 changes: 3 additions & 0 deletions zbpack.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"ignore_dockerfile": true
}

0 comments on commit 2dea7d1

Please sign in to comment.