Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
fix: fix useRuntimeConfig not import
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Aug 16, 2023
1 parent 2fc57ac commit 84fde38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/karbon/src/runtime/composables/feed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { MaybeRef } from '@vueuse/core'
import { toValue } from '@vueuse/core'
import { joinURL } from 'ufo'
import type { Desk } from './page-meta'
import { useHead } from '#imports'
import { useHead, useRuntimeConfig } from '#imports'

export function useFeedLink() {
const runtimeConfig = useRuntimeConfig()
Expand Down

0 comments on commit 84fde38

Please sign in to comment.