fix build command?

This commit is contained in:
haetae 2025-09-22 16:54:28 -04:00
parent e143587404
commit 2aab178d30

View File

@ -4,7 +4,7 @@
"version": "0.0.1", "version": "0.0.1",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"build": "astro build --remote", "build": "astro build",
"preview": "astro preview", "preview": "astro preview",
"astro": "astro" "astro": "astro"
}, },