Skip to content

Commit

Permalink
fix: prevLinks and nextLinks config type (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Nov 30, 2020
1 parent 4e4b59b commit 1b6981a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/theme-default/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ export namespace DefaultTheme {
*/
lastUpdated?: string | boolean

prevLink?: boolean
nextLink?: boolean
prevLinks?: boolean
nextLinks?: boolean

locales?: Record<string, LocaleConfig & Omit<Config, 'locales'>>

Expand Down

0 comments on commit 1b6981a

Please sign in to comment.