Skip to content

Commit c05f206

Browse files
authored
Fix: Vercel 一键部署失败
1 parent 5d0bf42 commit c05f206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: vercel.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"installCommand": "yarn install",
2+
"installCommand": "yarn config set strict-ssl false && yarn install",
33
"outputDirectory": "dist",
44
"routes": [
55
{

0 commit comments

Comments
 (0)