nuxt-modules / og-image

Generate OG Images with Vue templates in Nuxt.
https://nuxtseo.com/og-image
361 stars 23 forks source link

enabled: false on config breaks app because defineOgImageComponent() composable wont exist #152

Closed jpengelbrecht closed 4 months ago

jpengelbrecht commented 5 months ago

i think for me atleast the enabled flag is useful when you have more than one environment and want to toggle it on and off depending on environment, especially because it makes the builds alot slower.

since the new version as it now relies on composeeables this is no longer possible. It would be amazing if there was a way to include it in the project but still optionally choose whether to run it or not

harlan-zw commented 4 months ago

Thanks for the suggestion, a fix is available in the latest RC.