2 parents ffe30cf + 36552c7 commit c6ffe57Copy full SHA for c6ffe57
2 files changed
package.json
@@ -8,7 +8,7 @@
8
"scripts": {
9
"dev": "astro dev",
10
"start": "astro dev",
11
- "build": "astro build & node link.js",
+ "build": "astro build && node link.js",
12
"preview": "astro preview --host",
13
"astro": "astro"
14
},
vercel.json
@@ -2,6 +2,5 @@
2
"installCommand": "pnpm install",
3
"buildCommand": "pnpm run build",
4
"devCommand": "pnpm dev",
5
- "framework": "astro",
6
- "outputDirectory": "dist"
+ "framework": "astro"
7
}
0 commit comments