import { defineConfig } from 'astro/config' export default defineConfig({ site: "https://math.technotive.nl", trailingSlash: 'ignore', compressHTML: false })