From 326571b797687f9c70701731bff0e0b775aa376a Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Thu, 2 Nov 2023 09:01:53 +0100 Subject: [PATCH] remove obsolete config --- website/astro.config.mjs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/website/astro.config.mjs b/website/astro.config.mjs index c994364e..f8fceaf7 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: 'always', - build: { - format: 'directory', - }, integrations: [ react(), mdx(options),