updated to astro v3

removed image integration in favor of native image processing
removed export image from mdx to url
various fixes
This commit is contained in:
Nico 2023-09-21 13:15:24 +02:00
parent 3ff4ad3b17
commit 5927336ae8
17 changed files with 1275 additions and 1110 deletions

View file

@ -13,12 +13,12 @@
"i18n:sync": "astro-i18n sync"
},
"dependencies": {
"@astrojs/image": "0.17.0",
"@astrojs/mdx": "^0.19.7",
"@astrojs/rss": "^2.4.3",
"@astrojs/sitemap": "^1.3.3",
"astro": "2.6.3",
"astro-i18n": "1.8.1"
"@astrojs/mdx": "^1.1.0",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"astro": "3.1.1",
"astro-i18n": "1.8.1",
"sharp": "^0.32.6"
},
"devDependencies": {
"autoprefixer": "^10.4.13",