We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7977532 commit 28a4eabCopy full SHA for 28a4eab
packages/@vuepress/core/lib/node/build/index.js
@@ -85,7 +85,7 @@ module.exports = class Build extends EventEmitter {
85
86
// if the user does not have a custom 404.md, generate the theme's default
87
if (!this.context.pages.some(p => p.path === '/404.html')) {
88
- this.context.addPage({ path: '/404.html' })
+ await this.context.addPage({ path: '/404.html' })
89
}
90
91
// render pages
0 commit comments