Skip to content

Commit b97032a

Browse files
author
danhnguyen
committed
🔧 ci: remove unused functions configuration from Vercel settings
1 parent b9d4274 commit b97032a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

vercel.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,5 @@
22
"buildCommand": "yarn docs:build",
33
"outputDirectory": "docs/.vitepress/dist",
44
"framework": "vitepress",
5-
"installCommand": "yarn install --frozen-lockfile",
6-
"functions": {
7-
"app.js": {
8-
"includeFiles": "docs/.vitepress/dist/**"
9-
}
10-
}
5+
"installCommand": "yarn install --frozen-lockfile"
116
}

0 commit comments

Comments
 (0)