fix: prevLinks and nextLinks config type

pull/165/head
Matias Capeletto 5 years ago
parent 4e4b59b294
commit 87583e3986

@ -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'>>

Loading…
Cancel
Save