Add sitemap and SEO metadata

This commit is contained in:
yarnom 2026-06-01 17:22:04 +08:00
parent 21551e3a97
commit b4185eb668
14 changed files with 393 additions and 27 deletions

View file

@ -3,6 +3,7 @@ const links = [
{ href: '/', label: '首页' },
{ href: '/archive/', label: '归档' },
{ href: '/tags/', label: '标签' },
{ href: '/site-map/', label: '站点地图' },
{ href: '/rss.xml', label: 'RSS' }
];
---