import { defineConfig } from 'astro/config'; export default defineConfig({ site: 'https://kuehlfinder.de', output: 'static', build: { inlineStylesheets: 'auto' } });