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

@ -9,10 +9,11 @@ import icon from "astro-icon";
export default defineConfig({
site: "https://troylusty.com",
integrations: [sitemap(), mdx(), icon()],
trailingSlash: "never",
output: "static",
vite: {
plugins: [tailwindcss()],
},
output: "static",
markdown: {
rehypePlugins: [
[