chore(astro): upgrade to Astro 6 and move content config

Add @astrojs/rss and update blog, changelog, and RSS pages
to use the new content collections configuration path
This commit is contained in:
2026-03-18 16:06:45 +01:00
parent 80c1964f4c
commit 8fd0450b0a
7 changed files with 83 additions and 172 deletions
+2 -2
View File
@@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/check": "^0.9.8",
"@astrojs/rss": "^4.0.15",
"astro": "^5.17.3",
"astro": "^6.0.5",
"typescript": "^5.9.3"
}
}