Skip to content

Commit

Permalink
fix(types): _title rename to title (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
cawa-93 committed May 30, 2022
1 parent 0002a38 commit 5b81839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/types.d.ts
Expand Up @@ -20,7 +20,7 @@ export interface ParsedContentMeta {
/**
* Content title
*/
_title?: string
title?: string
/**
* Content draft status
*/
Expand Down

0 comments on commit 5b81839

Please sign in to comment.