fix(config): 修复 sitePattern 的路径错误 (#440)
部署到 Cloudflare Pages / deploy (push) Has been cancelled Details

pull/442/head
Lee 2024-09-26 23:19:22 +08:00 committed by GitHub
parent 7e7c4865ac
commit e798f0216a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ const themeConfig: ThemeContext = {
nav, nav,
sidebarOptions, sidebarOptions,
/** 文档所在目录用于GitHub编辑链接 */ /** 文档所在目录用于GitHub编辑链接 */
sitePattern: `src`, sitePattern: `docs`,
} }
// https://vitepress.dev/reference/site-config // https://vitepress.dev/reference/site-config