feat(astro/config): add navigation link to Nix CN community

- Added starlight-ui-tweak plugin
- Added navigation link to Nix CN community

Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
2025-12-11 18:13:32 +08:00
committed by Asai Neko
parent 829169191c
commit f31c29da84
3 changed files with 69 additions and 2 deletions

View File

@@ -13,7 +13,8 @@
"@astrojs/mdx": "^4.3.12",
"@astrojs/starlight": "^0.37.0",
"astro": "^5.6.1",
"sharp": "^0.34.2"
"sharp": "^0.34.2",
"starlight-ui-tweaks": "^0.1.0"
},
"devDependencies": {
"prettier": "^3.7.4",