Skip to content

Commit

Permalink
fix: rename nuxt-speedkit to nuxt-booster (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli authored May 22, 2024
1 parent c379c5d commit 638d1f3
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 23 deletions.
12 changes: 6 additions & 6 deletions detectors/nuxt.modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -446,15 +446,15 @@
"js": "window.$nuxt?.$typo3 || window.__NUXT__?.config?.public?.typo3 || window.__unctx__?.get('nuxt-app')?.use()?.$typo3"
}
},
"nuxt-speedkit": {
"nuxt-booster": {
"metas": {
"slug": "nuxt-speedkit",
"name": "nuxt-speedkit",
"imgPath": "/modules/speedkit.svg",
"url": "https://nuxt-speedkit.grabarzundpartner.dev"
"slug": "nuxt-booster",
"name": "nuxt-booster",
"imgPath": "/modules/nuxt-booster.svg",
"url": "https://basics.github.io/nuxt-booster"
},
"detectors": {
"js": "window.$nuxt?.$speedkit || window.__unctx__?.get('nuxt-app')?.use()?.$speedkit"
"js": "window.__NUXT__?.config?.public?.booster || window.__unctx__?.get('nuxt-app')?.use()?.$booster"
}
},
"nuxt-custom-elements": {
Expand Down
21 changes: 21 additions & 0 deletions icons/modules/nuxt-booster.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 0 additions & 17 deletions icons/modules/speedkit.svg

This file was deleted.

0 comments on commit 638d1f3

Please sign in to comment.