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

@ -3,6 +3,8 @@ import type { APIRoute } from "astro";
const getRobotsTxt = (sitemapURL: URL) => `
User-agent: *
Disallow: /cv
Disallow: /tags
Disallow: /tags/*
Allow: /
Sitemap: ${sitemapURL.href}