Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
feat($core): expose frontmatter classification key to client
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Jun 23, 2019
1 parent 4966442 commit b04a154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export function curryFrontmatterHandler(scope, map) {
if (key) {
if (!map[key]) {
map[key] = {}
map[key].key = key
map[key].scope = scope
map[key].path = `/${scope}/${key}/`
map[key].pageKeys = []
Expand Down

0 comments on commit b04a154

Please sign in to comment.