Skip to content

Commit

Permalink
fix: setting themeConfig.lastUpdatedText has no effect
Browse files Browse the repository at this point in the history
  • Loading branch information
codersjj committed Aug 2, 2023
1 parent f656c96 commit 9597377
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export function useLocaleSiteData(): DefaultTheme.LocaleConfig {
return {
nav: themeConfig.nav,
sidebar: themeConfig.sidebar,
lastUpdatedText: themeConfig.lastUpdatedText,
prevPageText: themeConfig.prevPageText,
nextPageText: themeConfig.nextPageText
} as DefaultTheme.LocaleConfig;
Expand Down

0 comments on commit 9597377

Please sign in to comment.