feat: article tags link to articles with the same tag

This commit is contained in:
Troy 2025-03-11 20:56:54 +00:00
parent 1b1bbae3ce
commit aa26e7cd55
Signed by: troy
GPG key ID: DFC06C02ED3B4711
10 changed files with 309 additions and 363 deletions

View file

@ -13,16 +13,16 @@
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "^4.1.0",
"@astrojs/mdx": "^4.1.1",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "3.2.1",
"@fontsource-variable/outfit": "^5.2.5",
"@fontsource-variable/red-hat-mono": "^5.2.5",
"@tailwindcss/vite": "^4.0.12",
"astro": "^5.4.2",
"@tailwindcss/vite": "^4.0.13",
"astro": "^5.4.3",
"astro-icon": "^1.1.5",
"rehype-external-links": "^3.0.0",
"tailwindcss": "^4.0.12",
"tailwindcss": "^4.0.13",
"typescript": "^5.8.2"
},
"devDependencies": {