From 9fe23da5cec03687ca98afe63994e3297b49b6b8 Mon Sep 17 00:00:00 2001 From: Kunthawat Greethong Date: Mon, 9 Mar 2026 21:02:59 +0700 Subject: [PATCH] fix: Remove domain restrictions, let Easypanel handle routing --- astro.config.mjs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index e95d1e4..7630821 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -13,8 +13,7 @@ export default defineConfig({ vite: { plugins: [tailwindcss()], server: { - host: true, - allowedHosts: ['moreminimore.com', 'www.moreminimore.com', 'localhost'] + host: true } } }); \ No newline at end of file