mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-09 05:16:23 +10:00
fix: $page is missing at 404 page (#388)
This commit is contained in:
@@ -13,4 +13,8 @@ export function findPageForPath (pages, path) {
|
||||
return page
|
||||
}
|
||||
}
|
||||
return {
|
||||
path: '',
|
||||
frontmatter: {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user