Skip to content

Commit

Permalink
config: fix type lexicon lastUpdated
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Jul 11, 2024
1 parent 58fade2 commit 8ba5738
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config/index.mts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ export default defineConfig({
root: { label: 'Русский', ...ru },
en: { label: 'English', ...en },
}
})
})
4 changes: 0 additions & 4 deletions .vitepress/config/ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ export const ru = defineConfigWithTheme({
},
lastUpdated: {
text: 'Последнее обновление',
formatOptions: {
dateStyle: 'medium',
timeStyle: 'medium'
}
},
returnToTopLabel: 'Наверх',
sidebarMenuLabel: 'Меню',
Expand Down

0 comments on commit 8ba5738

Please sign in to comment.