Skip to content

Commit f0894e2

Browse files
authored
feat: add DruxtJS detector (#42)
1 parent 5efc687 commit f0894e2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

detectors/nuxt.modules.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,5 +383,16 @@
383383
"detectors": {
384384
"js": "window.$nuxt?.$docus"
385385
}
386+
},
387+
"druxt": {
388+
"metas": {
389+
"slug": "druxt",
390+
"name": "druxt",
391+
"imgPath": null,
392+
"url": "https://druxtjs.org"
393+
},
394+
"detectors": {
395+
"js": "window.$nuxt?.$druxt"
396+
}
386397
}
387398
}

0 commit comments

Comments
 (0)