diff --git a/astro.config.mjs b/astro.config.mjs index c0f146d..f5dd113 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -11,7 +11,7 @@ export default defineConfig({ format: 'file', }, server: { - port:4322 - // host: '0.0.0.0', + port:4322, + host: '0.0.0.0', }, });