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

@ -13,11 +13,11 @@
"i18n:sync": "astro-i18n sync"
},
"dependencies": {
"@astrojs/image": "^0.12.1",
"@astrojs/mdx": "^0.13.0",
"@astrojs/sitemap": "^1.0.0",
"astro": "1.7.2",
"astro-i18n": "^1.4.5"
"@astrojs/image": "^0.14.0",
"@astrojs/mdx": "^0.16.0",
"@astrojs/sitemap": "^1.0.1",
"astro": "2.0.6",
"astro-i18n": "^1.6.4"
},
"devDependencies": {
"autoprefixer": "^10.4.13",