From 46cdbd514fa2fcf57656ddedff9271cb2558bde1 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Sat, 21 Oct 2023 00:18:41 +0200 Subject: [PATCH] completely revert config mess --- website/astro.config.mjs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/website/astro.config.mjs b/website/astro.config.mjs index c9585ebe..bd018ddd 100644 --- a/website/astro.config.mjs +++ b/website/astro.config.mjs @@ -45,10 +45,6 @@ const options = { // https://astro.build/config export default defineConfig({ - trailingSlash: 'never', - build: { - format: 'file', - }, integrations: [ react(), mdx(options),