Skip to content

Commit 87f6d81

Browse files
committed
fix varie deploy vercel
1 parent ff809bb commit 87f6d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dev": "astro dev",
77
"start": "astro dev",
88
"build-local": "astro build && npx pagefind --site dist",
9-
"build": "astro build && npx pagefind --site dist",
9+
"build": "astro build && npx pagefind --site .vercel/output/static",
1010
"preview": "astro preview",
1111
"astro": "astro"
1212
},

0 commit comments

Comments
 (0)