Skip to content

Commit 2e3507a

Browse files
feat(detectors): add @nuxt/content module (#6)
1 parent 770a5b0 commit 2e3507a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

detectors/nuxt.modules.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,5 +278,15 @@
278278
"detectors": {
279279
"js": "window.$nuxt && window.$nuxt.$options.context.app.$sanity"
280280
}
281+
},
282+
"@nuxt/content": {
283+
"metas": {
284+
"name": "@nuxt/content",
285+
"imgPath": null,
286+
"url": "https://content.nuxtjs.org"
287+
},
288+
"detectors": {
289+
"js": "window.$nuxt && window.$nuxt.$options.context.app.$content"
290+
}
281291
}
282-
}
292+
}

0 commit comments

Comments
 (0)