fix(theme): remove sidebar console
This commit is contained in:
parent
299f281baa
commit
ad3140fa75
@ -57,17 +57,6 @@ export default defineUserConfig({
|
||||
},
|
||||
},
|
||||
},
|
||||
comment: {
|
||||
provider: 'Giscus',
|
||||
comment: true,
|
||||
repo: 'pengzhanbo/pengzhanbo-blog-vuepress',
|
||||
repoId: 'MDEwOlJlcG9zaXRvcnkxNDgwMzY4MDc=',
|
||||
category: 'Announcements',
|
||||
categoryId: 'DIC_kwDOCNLcx84COcVd',
|
||||
mapping: 'pathname',
|
||||
reactionsEnabled: true,
|
||||
inputPosition: 'top',
|
||||
},
|
||||
},
|
||||
}),
|
||||
})
|
||||
|
||||
@ -119,7 +119,6 @@ export function useSidebarControl(item: ComputedRef<NotesSidebarItem>) {
|
||||
})
|
||||
|
||||
const isActiveLink = computed(() => {
|
||||
console.log('pl:', page.value.path, ' il:', item.value.link)
|
||||
return isActive(page.value.path, item.value.link)
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user