nuxt-modules / og-image

Generate OG Images with Vue templates in Nuxt.
https://nuxtseo.com/og-image
MIT License
418 stars 29 forks source link

`componentIslands` option gets overwritten by the package #272

Closed yassilah closed 3 weeks ago

yassilah commented 4 weeks ago

🐛 The bug

When the module is activated, it overwrites the experimental.componentIslands option to true, which makes it impossible to set the selectiveClient sub-option.

🛠ī¸ To reproduce

https://stackblitz.com/edit/nuxt-starter-ru5uqp?file=nuxt.config.ts

🌈 Expected behavior

It should not overwrite the option if it's already set to something else than false.

ℹī¸ Additional context

No response