We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d408ff commit c95c09fCopy full SHA for c95c09f
packages/@vuepress/core/lib/prepare/loadTheme.js
@@ -62,11 +62,11 @@ module.exports = async function loadTheme (ctx) {
62
63
try {
64
themeEntryFile = pluginAPI.normalizePlugin(themePath, ctx.themeConfig)
65
- themeEntryFile.name = '@vuepress/internal-theme-entry-file'
66
- themeEntryFile.shortcut = null
67
} catch (error) {
68
themeEntryFile = {}
69
}
+ themeEntryFile.name = '@vuepress/internal-theme-entry-file'
+ themeEntryFile.shortcut = null
70
71
// handle theme api
72
const layoutDirs = [
0 commit comments