Bumped astro, need to migrate content collections

This commit is contained in:
Firq-ow 2025-01-15 15:22:29 +01:00
parent 51b8817dc7
commit 298b91262e
Signed by: Firq
GPG key ID: BC5CE35A72BDB4AB
3 changed files with 839 additions and 1014 deletions

View file

@ -11,5 +11,8 @@ export default defineConfig({
outDir: 'dist',
publicDir: 'public',
site: 'https://firq.dev/',
integrations: [sitemap(), mdx(), astroMetaTags()]
integrations: [sitemap(), mdx(), astroMetaTags()],
legacy: {
collections: true
}
});