From 98b1b499894ca53079b41e560e3e28cc3d634318 Mon Sep 17 00:00:00 2001 From: toom1996 Date: Wed, 9 Jul 2025 17:54:38 +0800 Subject: [PATCH] update --- astro.config.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', }, });