Skip to content

Commit

Permalink
fix: enable lagecy collection support
Browse files Browse the repository at this point in the history
  • Loading branch information
thilobillerbeck committed Dec 17, 2024
1 parent 87169f6 commit 140e1c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ export default defineConfig({
},
}),
],
legacy: {
collections: true, // TODO: migrate to Content Layer API
},
markdown: {
shikiConfig: {
theme: syntaxTheme,
Expand Down

0 comments on commit 140e1c6

Please sign in to comment.