Skip to content

Commit 9c6c764

Browse files
committed
Try to fix build errors
1 parent 8b638cb commit 9c6c764

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

vercel.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
22
"version": 2,
33
"builds": [
4+
{
5+
"src": "package.json",
6+
"use": "@vercel/node"
7+
},
48
{
59
"src": "nuxt.config.js",
610
"use": "@nuxtjs/vercel-builder"
711
}
812
]
9-
}
13+
}

0 commit comments

Comments
 (0)