We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 760a05e commit 5bf4d24Copy full SHA for 5bf4d24
packages/@vuepress/plugin-blog/index.js
@@ -1,7 +1,7 @@
1
const { path, datatypes: { isString }} = require('@vuepress/shared-utils')
2
3
module.exports = (options, ctx) => {
4
- const { layoutComponentMap } = ctx
+ const { themeAPI: { layoutComponentMap }} = ctx
5
const {
6
pageEnhancers = [],
7
postsDir = '_posts',
0 commit comments