We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ff612 commit cefc8c3Copy full SHA for cefc8c3
lib/app/util.js
@@ -13,4 +13,8 @@ export function findPageForPath (pages, path) {
13
return page
14
}
15
16
+ return {
17
+ path: '',
18
+ frontmatter: {}
19
+ }
20
0 commit comments