technotive-math/astro.config.mjs

7 lines
164 B
JavaScript
Raw Normal View History

2025-04-06 16:26:32 +02:00
import { defineConfig } from 'astro/config'
export default defineConfig({
site: "https://math.technotive.nl",
trailingSlash: 'ignore',
compressHTML: false
})