remove obsolete config

This commit is contained in:
Felix Roos 2023-11-02 09:01:53 +01:00
parent c25c2693f5
commit 326571b797

View File

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