Migrate to astro v2

This commit is contained in:
prototypa
2023-01-21 18:19:18 -05:00
parent b575a89329
commit 09e827c035
9 changed files with 28 additions and 29 deletions

View File

@ -58,7 +58,6 @@ export default defineConfig({
markdown: {
remarkPlugins: [remarkReadingTime],
extendDefaultPlugins: true,
},
vite: {
@ -68,8 +67,4 @@ export default defineConfig({
},
},
},
experimental: {
contentCollections: true,
},
});