Skip to content

Commit

Permalink
fix: allow using image in the basic front matter settings (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhb authored Jan 30, 2024
1 parent efa31f6 commit 946d878
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/settings/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const FRONT_MATTER_VARIABLES = [
'read_length',
'state',
'date_archived',
'image'
]

export const DEFAULT_SETTINGS: OmnivoreSettings = {
Expand Down

0 comments on commit 946d878

Please sign in to comment.