nuxt-og-image 1.4.12 → 1.4.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/module.json +1 -1
- package/dist/module.mjs +0 -1
- package/package.json +1 -1
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -315,7 +315,6 @@ export {}
|
|
|
315
315
|
await addComponent({
|
|
316
316
|
name: "OgImageBasic",
|
|
317
317
|
filePath: resolve("./runtime/components/OgImageBasic.island.vue"),
|
|
318
|
-
global: true,
|
|
319
318
|
island: true
|
|
320
319
|
});
|
|
321
320
|
["OgImageStatic", "OgImageDynamic", "OgImageScreenshot"].forEach((name) => {
|