From 63af5b1540f65c7b6f4b81956d3f00a9d6c2f002 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 1 Aug 2024 15:50:33 +0100 Subject: [PATCH] Remove experiemntal features --- astro.config.mjs | 3 --- 1 file changed, 3 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index af30876b4..89e8133ef 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -11,9 +11,6 @@ import react from '@astrojs/react'; // https://astro.build/config export default defineConfig({ site: 'https://roadmap.sh/', - experimental: { - rewriting: true, - }, markdown: { shikiConfig: { theme: 'dracula',