|
26 | 26 | "slug": "nuxt-press",
|
27 | 27 | "name": "@nuxt/press",
|
28 | 28 | "imgPath": null,
|
29 |
| - "url": "https://nuxt.press/" |
| 29 | + "url": "https://nuxt.press" |
30 | 30 | },
|
31 | 31 | "detectors": {
|
32 | 32 | "js": "window.$nuxt && window.$nuxt.$options.context.app.$press"
|
|
37 | 37 | "slug": "nuxtjs-pwa",
|
38 | 38 | "name": "@nuxtjs/pwa",
|
39 | 39 | "imgPath": null,
|
40 |
| - "url": "https://pwa.nuxtjs.org/" |
| 40 | + "url": "https://pwa.nuxtjs.org" |
41 | 41 | },
|
42 | 42 | "detectors": {
|
43 | 43 | "js": "window.$nuxt && window.$nuxt.$options.context.app.$icon"
|
|
59 | 59 | "slug": "nuxtjs-auth",
|
60 | 60 | "name": "@nuxtjs/auth",
|
61 | 61 | "imgPath": null,
|
62 |
| - "url": "https://auth.nuxtjs.org/" |
| 62 | + "url": "https://auth.nuxtjs.org" |
63 | 63 | },
|
64 | 64 | "detectors": {
|
65 | 65 | "js": "window.$nuxt && window.$nuxt.$options.context.app.$auth && window.$nuxt.$options.context.app.$auth.loginWith"
|
|
103 | 103 | "slug": "nuxtjs-firebase",
|
104 | 104 | "name": "@nuxtjs/firebase",
|
105 | 105 | "imgPath": null,
|
106 |
| - "url": "https://firebase.nuxtjs.org/" |
| 106 | + "url": "https://firebase.nuxtjs.org" |
107 | 107 | },
|
108 | 108 | "detectors": {
|
109 | 109 | "js": "window.$nuxt && (window.$nuxt.$options.context.app.$fireAuth || window.$nuxt.$options.context.app.$fireDb || window.$nuxt.$options.context.app.$fireStore || window.$nuxt.$options.context.app.$fireStorage || window.$nuxt.$options.context.app.$fireFunc || window.$nuxt.$options.context.app.$fireMess || window.$nuxt.$options.context.app.$firePerf || window.$nuxt.$options.context.app.$fireAnalytics || window.$nuxt.$options.context.app.$fireConfig)"
|
|
158 | 158 | "slug": "nuxtjs-google-analytics",
|
159 | 159 | "name": "@nuxtjs/google-analytics",
|
160 | 160 | "imgPath": null,
|
161 |
| - "url": "https://github.com/nuxt-community/analytics-module" |
| 161 | + "url": "https://google-analytics.nuxtjs.org" |
162 | 162 | },
|
163 | 163 | "detectors": {
|
164 | 164 | "js": "window.$nuxt && window.$nuxt.$options.context.app.$ga"
|
|
279 | 279 | "slug": "nuxtjs-prismic",
|
280 | 280 | "name": "@nuxtjs/prismic",
|
281 | 281 | "imgPath": null,
|
282 |
| - "url": "https://prismic-nuxt.js.org/" |
| 282 | + "url": "https://prismic.nuxtjs.org" |
283 | 283 | },
|
284 | 284 | "detectors": {
|
285 | 285 | "js": "window.$nuxt && window.$nuxt.$options.context.app.$prismic"
|
|
301 | 301 | "slug": "nuxt-sanity",
|
302 | 302 | "name": "nuxt-sanity",
|
303 | 303 | "imgPath": null,
|
304 |
| - "url": "https://nuxt-sanity.netlify.app/" |
| 304 | + "url": "https://sanity.nuxtjs.org" |
305 | 305 | },
|
306 | 306 | "detectors": {
|
307 | 307 | "js": "window.$nuxt && window.$nuxt.$options.context.app.$sanity"
|
|
323 | 323 | "slug": "nuxtjs-color-mode",
|
324 | 324 | "name": "@nuxtjs/color-mode",
|
325 | 325 | "imgPath": null,
|
326 |
| - "url": "https://github.com/nuxt-community/color-mode-module" |
| 326 | + "url": "https://color-mode.nuxtjs.org" |
327 | 327 | },
|
328 | 328 | "detectors": {
|
329 | 329 | "js": "window.$nuxt && window.$nuxt.$options.context.app.$colorMode"
|
|
345 | 345 | "slug": "nuxtjs-strapi",
|
346 | 346 | "name": "@nuxtjs/strapi",
|
347 | 347 | "imgPath": null,
|
348 |
| - "url": "https://strapi.nuxtjs.org/" |
| 348 | + "url": "https://strapi.nuxtjs.org" |
349 | 349 | },
|
350 | 350 | "detectors": {
|
351 | 351 | "js": "window.$nuxt && (window.$nuxt.$strapi || window.$nuxt.$options.context.app.$strapi)"
|
|
356 | 356 | "slug": "nuxt-i18n",
|
357 | 357 | "name": "nuxt-i18n",
|
358 | 358 | "imgPath": null,
|
359 |
| - "url": "https://nuxt-community.github.io/nuxt-i18n/" |
| 359 | + "url": "https://i18n.nuxtjs.org" |
360 | 360 | },
|
361 | 361 | "detectors": {
|
362 | 362 | "js": "window.$nuxt && window.$nuxt.$nuxtI18nSeo"
|
363 | 363 | }
|
| 364 | + }, |
| 365 | + "nuxt-image": { |
| 366 | + "metas": { |
| 367 | + "slug": "nuxt-image", |
| 368 | + "name": "@nuxt/image", |
| 369 | + "imgPath": null, |
| 370 | + "url": "https://image.nuxtjs.org" |
| 371 | + }, |
| 372 | + "detectors": { |
| 373 | + "js": "window.$nuxt && window.$nuxt.$img" |
| 374 | + } |
| 375 | + }, |
| 376 | + "nuxt-cloudinary": { |
| 377 | + "metas": { |
| 378 | + "slug": "nuxt-cloudinary", |
| 379 | + "name": "@nuxtjs/cloudinary", |
| 380 | + "imgPath": null, |
| 381 | + "url": "https://cloudinary.nuxtjs.org" |
| 382 | + }, |
| 383 | + "detectors": { |
| 384 | + "js": "window.$nuxt && window.$nuxt.$cloudinary" |
| 385 | + } |
364 | 386 | }
|
365 | 387 | }
|
0 commit comments