update to astro V2

This commit is contained in:
Nico 2023-02-03 11:21:01 +01:00
parent 082b193d23
commit f24a432155
14 changed files with 789 additions and 796 deletions

View file

@ -11,9 +11,6 @@ import sitemap from "@astrojs/sitemap";
// https://astro.build/config
export default defineConfig({
site: "https://www.nardu.in",
experimental: {
contentCollections: true,
},
markdown: {
syntaxHighlight: "prism",
},