From 234109b48ddfae05f9973fb721d000f1355e94fa Mon Sep 17 00:00:00 2001 From: Greg Date: Tue, 20 May 2025 21:17:41 +0200 Subject: [PATCH] Adapt astro.config.mjs to allow for all domains --- astro.config.mjs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 137490e..e9011ac 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -13,12 +13,8 @@ export default defineConfig({ preview: { host: '0.0.0.0', port: 4321, - // Add the Coolify domain to allowed hosts - allowedHosts: [ - 'fwo4c4cgkos8k8kk8ow44kcc.reflectonai.com', - 'reflectonai.com', - 'all' - ] + // Allow all hosts for maximum flexibility with domain changes + allowedHosts: true }, server: { host: '0.0.0.0',