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