import { defineConfig } from 'astro/config'; export default defineConfig({ site: 'https://zblade.dev', output: 'static', });