Skip to content

Commit 1b6981a

Browse files
authored
fix: prevLinks and nextLinks config type (#165)
1 parent 4e4b59b commit 1b6981a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client/theme-default/config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ export namespace DefaultTheme {
5757
*/
5858
lastUpdated?: string | boolean
5959

60-
prevLink?: boolean
61-
nextLink?: boolean
60+
prevLinks?: boolean
61+
nextLinks?: boolean
6262

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

0 commit comments

Comments
 (0)