Skip to content

Commit

Permalink
🚧 remove --remote
Browse files Browse the repository at this point in the history
  • Loading branch information
penrodlol committed Mar 15, 2024
1 parent 610dd45 commit c7fed69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build --remote && pagefind --site .vercel/output/static",
"build": "astro build && pagefind --site .vercel/output/static",
"preview": "astro preview",
"astro": "astro"
},
Expand Down

0 comments on commit c7fed69

Please sign in to comment.