Skip to content

Commit 5e12ce1

Browse files
committed
docs: disable open on github shortcut
resolves #2961
1 parent b832033 commit 5e12ce1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/app/components/AppHeader.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ import type { ContentNavigationItem } from '@nuxt/content'
44
const config = useRuntimeConfig().public
55
66
const navigation = inject<Ref<ContentNavigationItem[]>>('navigation')
7-
8-
defineShortcuts({
9-
meta_g: () => {
10-
window.open('https://github.com/nuxt/content/tree/v3', '_blank')
11-
},
12-
})
137
</script>
148

159
<template>

0 commit comments

Comments
 (0)