fix(config): 修复 sitePattern 的路径错误 (#440)
部署到 Cloudflare Pages / deploy (push) Has been cancelled
Details
部署到 Cloudflare Pages / deploy (push) Has been cancelled
Details
parent
7e7c4865ac
commit
e798f0216a
|
@ -99,7 +99,7 @@ const themeConfig: ThemeContext = {
|
|||
nav,
|
||||
sidebarOptions,
|
||||
/** 文档所在目录(用于GitHub编辑链接) */
|
||||
sitePattern: `src`,
|
||||
sitePattern: `docs`,
|
||||
}
|
||||
|
||||
// https://vitepress.dev/reference/site-config
|
||||
|
|
Loading…
Reference in New Issue