From 1b6981a9157588bc4e29e591ba8a0d9ca5c9c9e8 Mon Sep 17 00:00:00 2001 From: Matias Capeletto Date: Mon, 30 Nov 2020 13:01:05 +0100 Subject: [PATCH] fix: prevLinks and nextLinks config type (#165) --- src/client/theme-default/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/theme-default/config.ts b/src/client/theme-default/config.ts index e1e7b819..7802ed8d 100644 --- a/src/client/theme-default/config.ts +++ b/src/client/theme-default/config.ts @@ -57,8 +57,8 @@ export namespace DefaultTheme { */ lastUpdated?: string | boolean - prevLink?: boolean - nextLink?: boolean + prevLinks?: boolean + nextLinks?: boolean locales?: Record>