Skip to content

Commit

Permalink
fix: correctly resolve vectorize type (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
RihanArfan authored Oct 28, 2024
1 parent e48241c commit f529918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/vectorize/server/utils/vectorize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { joinURL } from 'ufo'
import { createError } from 'h3'
import type { H3Error } from 'h3'
import type { RuntimeConfig } from 'nuxt/schema'
import type { Vectorize } from '../../../../types/vectorize'
import type { Vectorize } from '@nuxthub/core'
import { requireNuxtHubFeature } from '../../../utils/features'
import { useRuntimeConfig } from '#imports'

Expand Down

0 comments on commit f529918

Please sign in to comment.