Skip to content

Commit

Permalink
fix: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Apr 12, 2024
1 parent 806bd7c commit 30ef08d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/karbon/src/runtime/composables/seo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@ import { toRef } from '@vueuse/core'
import { watchSyncEffect } from 'vue'
import type { Resources } from '../types'
import type { PresetConfigInput, RawSEOInput, SEOContext } from './seo-preset'
import { getSite, useArticleFilter, useHead, useNuxtApp, useRuntimeConfig, useSeoMeta } from '#imports'
import {
getSite,
resolveSEOPresets,
useArticleFilter,
useHead,
useNuxtApp,
useRuntimeConfig,
useSeoMeta,
} from '#imports'
import urls from '#build/storipress-urls.mjs'

function loadSEOConfig(): PresetConfigInput[] {
Expand Down

0 comments on commit 30ef08d

Please sign in to comment.