|
271 | 271 | "url": "https://prismic.nuxtjs.org"
|
272 | 272 | },
|
273 | 273 | "detectors": {
|
274 |
| - "js": "window.$nuxt?.$options?.context?.app?.$prismic" |
| 274 | + "js": "window.$nuxt?.$options?.context?.app?.$prismic || (window.__NUXT__?.config?.public && window.__NUXT__.config.public['@nuxtjs/prismic'])" |
275 | 275 | }
|
276 | 276 | },
|
277 | 277 | "storyblok-nuxt": {
|
|
282 | 282 | "url": "https://github.com/storyblok/storyblok-nuxt"
|
283 | 283 | },
|
284 | 284 | "detectors": {
|
285 |
| - "js": "window.$nuxt?.$options?.context?.app?.$storyapi" |
| 285 | + "js": "window.$nuxt?.$options?.context?.app?.$storyapi || window.__NUXT__?.config?.public?.storyblok" |
286 | 286 | }
|
287 | 287 | },
|
288 | 288 | "nuxt-sanity": {
|
|
293 | 293 | "url": "https://sanity.nuxtjs.org"
|
294 | 294 | },
|
295 | 295 | "detectors": {
|
296 |
| - "js": "window.$nuxt?.$options?.context?.app?.$sanity" |
| 296 | + "js": "window.$nuxt?.$options?.context?.app?.$sanity || window.__NUXT__?.config?.public?.strapi" |
297 | 297 | }
|
298 | 298 | },
|
299 | 299 | "@nuxt/content": {
|
|
304 | 304 | "url": "https://content.nuxtjs.org"
|
305 | 305 | },
|
306 | 306 | "detectors": {
|
307 |
| - "js": "window.$nuxt?.$options?.context?.app?.$content" |
| 307 | + "js": "window.$nuxt?.$options?.context?.app?.$content || window.__NUXT__?.config?.public?.content" |
308 | 308 | }
|
309 | 309 | },
|
310 | 310 | "@nuxtjs/color-mode": {
|
|
315 | 315 | "url": "https://color-mode.nuxtjs.org"
|
316 | 316 | },
|
317 | 317 | "detectors": {
|
318 |
| - "js": "window.$nuxt?.$options?.context?.app?.$colorMode" |
| 318 | + "js": "window.$nuxt?.$options?.context?.app?.$colorMode || window.$nuxt?.$colorMode || (window.__NUXT__?.state && window.__NUXT__?.state['color-mode'])" |
319 | 319 | }
|
320 | 320 | },
|
321 | 321 | "nuxt-ackee": {
|
|
326 | 326 | "url": "https://github.com/bdrtsky/nuxt-ackee"
|
327 | 327 | },
|
328 | 328 | "detectors": {
|
329 |
| - "js": "window.$nuxt?.$options?.context?.app?.$ackee" |
| 329 | + "js": "window.$nuxt?.$options?.context?.app?.$ackee || window.$nuxt?.$ackee" |
330 | 330 | }
|
331 | 331 | },
|
332 | 332 | "@nuxtjs/strapi": {
|
|
337 | 337 | "url": "https://strapi.nuxtjs.org"
|
338 | 338 | },
|
339 | 339 | "detectors": {
|
340 |
| - "js": "window.$nuxt?.$options?.context?.app?.$strapi" |
| 340 | + "js": "window.$nuxt?.$options?.context?.app?.$strapi || window.__NUXT__?.config?.public?.strapi" |
| 341 | + } |
| 342 | + }, |
| 343 | + "@nuxtjs/supabase": { |
| 344 | + "metas": { |
| 345 | + "slug": "nuxtjs-supabase", |
| 346 | + "name": "@nuxtjs/supabase", |
| 347 | + "imgPath": null, |
| 348 | + "url": "https://supabase.nuxtjs.org" |
| 349 | + }, |
| 350 | + "detectors": { |
| 351 | + "js": "window.$nuxt?.$supabase || window.__NUXT__?.config?.public?.supabase" |
341 | 352 | }
|
342 | 353 | },
|
343 | 354 | "nuxt-i18n": {
|
|
359 | 370 | "url": "https://i18n.nuxtjs.org"
|
360 | 371 | },
|
361 | 372 | "detectors": {
|
362 |
| - "js": "window.$nuxt?.$i18n" |
| 373 | + "js": "window.$nuxt?.$i18n || window.__NUXT__?.config?.public?.i18n" |
363 | 374 | }
|
364 | 375 | },
|
365 | 376 | "nuxt-image": {
|
|
370 | 381 | "url": "https://image.nuxtjs.org"
|
371 | 382 | },
|
372 | 383 | "detectors": {
|
373 |
| - "js": "window.$nuxt?.$img" |
| 384 | + "js": "window.$nuxt?.$img || window.__NUXT__?.config?.public?.image" |
374 | 385 | }
|
375 | 386 | },
|
376 | 387 | "nuxt-cloudinary": {
|
|
392 | 403 | "url": "https://docus.dev"
|
393 | 404 | },
|
394 | 405 | "detectors": {
|
395 |
| - "js": "window.$nuxt?.$docus" |
| 406 | + "js": "window.$nuxt?.$docus || window.__NUXT__?.config?.public?.docus" |
396 | 407 | }
|
397 | 408 | },
|
398 | 409 | "druxt": {
|
|
450 | 461 | "js": "window.$nuxt?.$customElements"
|
451 | 462 | }
|
452 | 463 | },
|
453 |
| - "@nuxtjs/algolia": { |
| 464 | + "@nuxtjs/algolia": { |
454 | 465 | "metas": {
|
455 | 466 | "slug": "nuxtjs-algolia",
|
456 | 467 | "name": "@nuxtjs/algolia",
|
457 | 468 | "imgPath": null,
|
458 | 469 | "url": "https://algolia.nuxtjs.org"
|
459 | 470 | },
|
460 | 471 | "detectors": {
|
461 |
| - "js": "window.$nuxt?.$algolia" |
| 472 | + "js": "window.$nuxt?.$algolia || window.__NUXT__?.config?.public?.algolia" |
| 473 | + } |
| 474 | + }, |
| 475 | + "nuxt-directus": { |
| 476 | + "metas": { |
| 477 | + "slug": "nuxt-directus", |
| 478 | + "name": "nuxt-directus", |
| 479 | + "imgPath": null, |
| 480 | + "url": "https://nuxt-directus.netlify.app/" |
| 481 | + }, |
| 482 | + "detectors": { |
| 483 | + "js": "window.__NUXT__?.config?.public?.directus" |
462 | 484 | }
|
463 | 485 | }
|
464 | 486 | }
|
0 commit comments