Skip to content

Commit c05f206

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vercel.json

Lines changed: 1 addition & 1 deletion
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)