import { defineConfig } from 'astro/config'; export default defineConfig({ server: { allowedHosts: true // Allow all hosts (safe behind Easypanel proxy) }, preview: { allowedHosts: true // Allow all hosts for production preview } });