Skip to content

Commit 33b883c

Browse files
authored
feat: add nuxt-typo3 for Nuxt3 (#95)
1 parent 79091b2 commit 33b883c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

detectors/nuxt.modules.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,11 +436,11 @@
436436
"metas": {
437437
"slug": "nuxt-typo3",
438438
"name": "nuxt-typo3",
439-
"imgPath": null,
439+
"imgPath": "/modules/typo3.svg",
440440
"url": "https://github.com/TYPO3-Initiatives/nuxt-typo3"
441441
},
442442
"detectors": {
443-
"js": "window.$nuxt?.$typo3"
443+
"js": "window.$nuxt?.$typo3 || window.__NUXT__?.config?.public?.typo3"
444444
}
445445
},
446446
"nuxt-speedkit": {

icons/modules/typo3.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)