Skip to content

Commit

Permalink
fix(type): content locale (#1965)
Browse files Browse the repository at this point in the history
  • Loading branch information
Virenbar committed Mar 21, 2023
1 parent 0812bda commit 38f76c6
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 @@ -28,7 +28,7 @@ export interface ParsedContentInternalMeta {
/**
* Content locale
*/
_locale?: boolean
_locale?: string
/**
* File type of the content, i.e `markdown`
*/
Expand Down

0 comments on commit 38f76c6

Please sign in to comment.