From 8b6b70a7f2c806ca41114a2480375cb3c16953fd Mon Sep 17 00:00:00 2001 From: Kunthawat Greethong Date: Fri, 13 Mar 2026 09:31:52 +0700 Subject: [PATCH] Remove unnecessary vite server config (not used with serve) --- astro.config.mjs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index f4575aa93..cd76a2256 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -26,9 +26,5 @@ export default defineConfig({ build: { cssMinify: true, }, - server: { - host: true, - allowedHosts: true, - }, }, });