working i18n conf

This commit is contained in:
Nico 2022-12-05 20:50:35 +01:00
parent 15b825bd5d
commit 1ab35db47d
19 changed files with 479 additions and 369 deletions

View file

@ -13,11 +13,15 @@
"i18n:sync": "astro-i18n sync"
},
"dependencies": {
"@astrojs/image": "^0.11.2",
"@astrojs/mdx": "^0.11.5",
"@astrojs/image": "^0.12.0",
"@astrojs/mdx": "^0.12.0",
"@astrojs/rss": "^1.0.3",
"astro": "^1.6.0",
"astro-i18n": "^1.1.7",
"open-props": "^1.4.24"
"astro": "^1.6.12",
"astro-i18n": "^1.2.0",
"open-props": "^1.5.1"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19"
}
}