Migrate blog to new astro Content Collections

This commit is contained in:
prototypa
2023-01-01 18:32:52 -05:00
parent 785b66968a
commit d7b7baa414
15 changed files with 71 additions and 40 deletions

View File

@ -55,4 +55,8 @@ export default defineConfig({
},
},
},
experimental: {
contentCollections: true,
},
});