docs: fix typo error

This commit is contained in:
pengzhanbo 2025-05-27 17:26:55 +08:00
parent ede0eb8184
commit 470513d07b
2 changed files with 2 additions and 2 deletions

View File

@ -664,7 +664,7 @@ type NavItem = string | {
{
text: 'Group',
prefix: '/group/',
item: ['foo/', 'bar/'],
items: ['foo/', 'bar/'],
},
// 字符串 - 页面文件路径
'/bar', // 可以直接省略后缀 `.md`

View File

@ -457,7 +457,7 @@ export default defineUserConfig({
postList: false, // 禁止生成博客文章列表页
// tagsLink: '/blog/tags/',
// categoriesLink: '/blog/categories/',
// archiveLink: '/blog/archives/',
// archivesLink: '/blog/archives/',
}
})
})