diff --git a/astro-ssr/package.json b/astro-ssr/package.json index b925543..9fcb360 100644 --- a/astro-ssr/package.json +++ b/astro-ssr/package.json @@ -6,7 +6,7 @@ "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", - "preview": "astro preview", + "preview": "astro preview --host 0.0.0.0", "astro": "astro" }, "dependencies": {