Skip to content

Commit

Permalink
fix: use correct type for _type
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jun 2, 2022
1 parent 34d93b9 commit 1591b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface ParsedContentMeta {
/**
* File type of the content, i.e `markdown`
*/
_type?: boolean
_type?: string
/**
* Path to the file relative to the content directory
*/
Expand Down

0 comments on commit 1591b6c

Please sign in to comment.