提交 133bdb36 编写于 作者: L lazzzis 提交者: Evan You

fix: fix vuepress cant resolve custom theme under .vuepress/theme (#3)

上级 9e634694
......@@ -114,7 +114,7 @@ async function resolveOptions (sourceDir) {
// resolve custom theme
const themeDir = siteConfig.theme
? path.resolve(__dirname, `../../vuepress-theme-${siteConfig.theme}`)
: path.resolve(sourceDir, 'theme')
: path.resolve(vuepressDir, 'theme')
const themePath = path.resolve(themeDir, 'Layout.vue')
if (fs.existsSync(themePath)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册