From c7d4034eef7acfffa82ee8b652108b4950cac21e Mon Sep 17 00:00:00 2001 From: toom1996 Date: Wed, 9 Jul 2025 17:43:39 +0800 Subject: [PATCH] update --- astro.config.mjs | 1 + 1 file changed, 1 insertion(+) 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', }, });