Skip to content

Commit

Permalink
fix: broken injectHead import
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Nov 21, 2024
1 parent ed4bd56 commit 9d581a0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/runtime/nuxt/util/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ import type { MetaInput as _MetaInput, MetaInput, Organization, Person } from '@
import type { NuxtApp } from 'nuxt/app'
import {
createSitePathResolver,
defineOrganization,
definePerson,
injectHead,
useRoute,
useSchemaOrg,
useSiteConfig,
} from '#imports'
import { SchemaOrgUnheadPlugin } from '@unhead/schema-org'
import { defineOrganization, definePerson, SchemaOrgUnheadPlugin, useSchemaOrg } from '@unhead/schema-org'
import { injectHead } from '@unhead/vue'
import { defu } from 'defu'
import { withoutTrailingSlash } from 'ufo'
import { computed } from 'vue'
Expand Down

0 comments on commit 9d581a0

Please sign in to comment.