diff --git a/src/client/theme-default/components/NavBarLinks.ts b/src/client/theme-default/components/NavBarLinks.ts index 671afb81..f1133d63 100644 --- a/src/client/theme-default/components/NavBarLinks.ts +++ b/src/client/theme-default/components/NavBarLinks.ts @@ -19,13 +19,6 @@ export default { const siteData = useSiteData() const repoInfo = computed(() => { const theme = siteData.value.themeConfig as DefaultTheme.Config - // return theme.editLinks - // ? { - // repo: theme.docsRepo || theme.repo, - // label: theme.repoLabel - // } - // : null - const repo = theme.docsRepo || theme.repo let text: string | undefined = theme.repoLabel