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

Commit b04a154

Browse files
committed
feat($core): expose frontmatter classification key to client
1 parent 4966442 commit b04a154

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node/util.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export function curryFrontmatterHandler(scope, map) {
2020
if (key) {
2121
if (!map[key]) {
2222
map[key] = {}
23+
map[key].key = key
2324
map[key].scope = scope
2425
map[key].path = `/${scope}/${key}/`
2526
map[key].pageKeys = []

0 commit comments

Comments
 (0)