feat: article tags link to articles with the same tag
This commit is contained in:
parent
1b1bbae3ce
commit
aa26e7cd55
10 changed files with 309 additions and 363 deletions
|
@ -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: [
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue