We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff809bb commit 87f6d81Copy full SHA for 87f6d81
package.json
@@ -6,7 +6,7 @@
6
"dev": "astro dev",
7
"start": "astro dev",
8
"build-local": "astro build && npx pagefind --site dist",
9
- "build": "astro build && npx pagefind --site dist",
+ "build": "astro build && npx pagefind --site .vercel/output/static",
10
"preview": "astro preview",
11
"astro": "astro"
12
},
0 commit comments