Skip to content

Commit

Permalink
docs(Header): remove meta_g shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jan 13, 2025
1 parent c957bbf commit 582fe87
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/app/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ const { module } = useSharedData()
const navigation = inject<Ref<ContentNavigationItem[]>>('navigation')
const items = computed(() => props.links.map(({ icon, ...link }) => link))
defineShortcuts({
meta_g: () => {
window.open(`https://github.com/nuxt/${module}/tree/v3`, '_blank')
}
})
</script>

<template>
Expand Down

0 comments on commit 582fe87

Please sign in to comment.