Skip to content

Commit f881294

Browse files
authored
fix(server): update import path for queryCollection (#269)
1 parent 53bc77a commit f881294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/routes/raw/[...slug].md.get.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { withLeadingSlash } from 'ufo'
22
import { stringify } from 'minimark/stringify'
3-
import { queryCollection } from '@nuxt/content/nitro'
3+
import { queryCollection } from '@nuxt/content/server'
44
import type { Collections } from '@nuxt/content'
55

66
export default eventHandler(async (event) => {

0 commit comments

Comments
 (0)