diff --git a/package.json b/package.json index e1f6198..c20700c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.0.1", "scripts": { "dev": "astro dev --host --port 2008", - "start": "astro dev --preview --port 2008", + "start": "astro preview --host --port 2008", "build": "astro build", "preview": "astro preview", "astro": "astro"