feature: 调整站点地图

This commit is contained in:
yarnom 2026-06-01 17:25:39 +08:00
parent b4185eb668
commit 13e7e4026d
6 changed files with 65 additions and 1 deletions

View file

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