We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b832033 commit 5e12ce1Copy full SHA for 5e12ce1
docs/app/components/AppHeader.vue
@@ -4,12 +4,6 @@ import type { ContentNavigationItem } from '@nuxt/content'
4
const config = useRuntimeConfig().public
5
6
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
-})
13
</script>
14
15
<template>
0 commit comments