Skip to content

Commit c6ffe57

Browse files
committed
chore:更新vercel.json
2 parents ffe30cf + 36552c7 commit c6ffe57

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"dev": "astro dev",
1010
"start": "astro dev",
11-
"build": "astro build & node link.js",
11+
"build": "astro build && node link.js",
1212
"preview": "astro preview --host",
1313
"astro": "astro"
1414
},

vercel.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
"installCommand": "pnpm install",
33
"buildCommand": "pnpm run build",
44
"devCommand": "pnpm dev",
5-
"framework": "astro",
6-
"outputDirectory": "dist"
5+
"framework": "astro"
76
}

0 commit comments

Comments
 (0)