technotive-math/astro.config.mjs
2025-04-06 16:26:32 +02:00

7 lines
164 B
JavaScript

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