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',