We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
queryCollection
1 parent 53bc77a commit f881294Copy full SHA for f881294
server/routes/raw/[...slug].md.get.ts
@@ -1,6 +1,6 @@
1
import { withLeadingSlash } from 'ufo'
2
import { stringify } from 'minimark/stringify'
3
-import { queryCollection } from '@nuxt/content/nitro'
+import { queryCollection } from '@nuxt/content/server'
4
import type { Collections } from '@nuxt/content'
5
6
export default eventHandler(async (event) => {
0 commit comments