We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1e854 commit 1f7d3a2Copy full SHA for 1f7d3a2
src/runtime/composables/head.ts
@@ -3,7 +3,7 @@ import type { HeadObjectPlain } from '@vueuse/head'
3
import type { Ref } from 'vue'
4
import { hasProtocol, joinURL, withTrailingSlash, withoutTrailingSlash } from 'ufo'
5
import { ParsedContent } from '../types'
6
-import { useRoute, nextTick, useHead, unref, watch } from '#imports'
+import { useRoute, nextTick, useHead, unref, watch, useRuntimeConfig } from '#imports'
7
8
export const useContentHead = (
9
_content: ParsedContent | Ref<ParsedContent>,
0 commit comments