Migrate to astro v2
This commit is contained in:
@ -58,7 +58,6 @@ export default defineConfig({
|
||||
|
||||
markdown: {
|
||||
remarkPlugins: [remarkReadingTime],
|
||||
extendDefaultPlugins: true,
|
||||
},
|
||||
|
||||
vite: {
|
||||
@ -68,8 +67,4 @@ export default defineConfig({
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
experimental: {
|
||||
contentCollections: true,
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user