diff --git a/astro.config.mjs b/astro.config.mjs index cd76a2256..42c3e9151 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -26,5 +26,9 @@ export default defineConfig({ build: { cssMinify: true, }, + server: { + host: true, + allowedHosts: ['.easypanel.host', '.extyye.easypanel.host'], + }, }, });