From 5eaaf6f6325f42b1119f5594c83e50ef7a4652c3 Mon Sep 17 00:00:00 2001 From: Kunthawat Greethong Date: Fri, 13 Mar 2026 09:26:18 +0700 Subject: [PATCH] Allow all hosts in preview server --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 42c3e9151..f4575aa93 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -28,7 +28,7 @@ export default defineConfig({ }, server: { host: true, - allowedHosts: ['.easypanel.host', '.extyye.easypanel.host'], + allowedHosts: true, }, }, });