feat: add i18n support

This commit is contained in:
DuroCodes
2024-05-14 20:53:47 -04:00
parent 441af2e4aa
commit f43a51c7b1
6 changed files with 93 additions and 1 deletions

View File

@@ -8,7 +8,9 @@
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"postinstall": "bun run setup.mjs"
"postinstall": "bun run setup.mjs",
"lunaria:build": "lunaria build",
"lunaria:preview": "lunaria preview"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
@@ -16,6 +18,8 @@
"@astrojs/starlight-tailwind": "^2.0.2",
"@astropub/md": "^0.4.0",
"@expressive-code/plugin-line-numbers": "^0.35.3",
"@lunariajs/core": "^0.0.32",
"@lunariajs/starlight": "^0.0.6",
"astro": "^4.3.5",
"sharp": "^0.32.5",
"starlight-blog": "^0.7.1",