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, }, }, });