Skip to content

Commit 62207d8

Browse files
authored
detect @nuxtjs/algolia (#70)
1 parent a9725dd commit 62207d8

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

detectors/nuxt.modules.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,5 +438,16 @@
438438
"detectors": {
439439
"js": "window.$nuxt?.$customElements"
440440
}
441-
}
441+
},
442+
"@nuxtjs/algolia": {
443+
"metas": {
444+
"slug": "nuxtjs-algolia",
445+
"name": "@nuxtjs/algolia",
446+
"imgPath": null,
447+
"url": "https://algolia.nuxtjs.org"
448+
},
449+
"detectors": {
450+
"js": "window.$nuxt?.$nuxt?.$algolia"
451+
}
452+
},
442453
}

0 commit comments

Comments
 (0)