completely revert config mess

This commit is contained in:
Felix Roos 2023-10-21 00:18:41 +02:00
parent 8f4344f413
commit 46cdbd514f

View File

@ -45,10 +45,6 @@ const options = {
// https://astro.build/config
export default defineConfig({
trailingSlash: 'never',
build: {
format: 'file',
},
integrations: [
react(),
mdx(options),