Upgrade to Astro 6.1.9 and migrate to content layer API

Moves content config from src/content/config.ts to src/content.config.ts
with glob loaders as required by Astro 6. Replaces entry.slug with entry.id
and entry.render() with render(entry) throughout. Removes legacy collections
option from astro.config.mjs.
This commit is contained in:
brutsalvadi
2026-04-22 23:08:33 +02:00
parent e1e3b0a85b
commit 4ebc4c798c
11 changed files with 375 additions and 1055 deletions
+322 -1004
View File
File diff suppressed because it is too large Load Diff