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 was merged in pull request #7.
This commit is contained in:
2025-12-11 18:13:32 +08:00
parent 10bed27585
commit f321eb24a2
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",