From 140e1c60d42009b52b83b1eab2a92759477d8832 Mon Sep 17 00:00:00 2001 From: Thilo Billerbeck Date: Tue, 17 Dec 2024 17:24:38 +0100 Subject: [PATCH] fix: enable lagecy collection support --- astro.config.mjs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/astro.config.mjs b/astro.config.mjs index 0dc23b3ae3..6eb9488471 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -23,6 +23,9 @@ export default defineConfig({ }, }), ], + legacy: { + collections: true, // TODO: migrate to Content Layer API + }, markdown: { shikiConfig: { theme: syntaxTheme,