import { defineConfig } from 'astro/config'; export default defineConfig({ site: 'https://azcomputerguru.com', compressHTML: true, });