Closed dethdkn closed 11 months ago
Hi, thanks for the issue.
This may be partially solved with the v3 where you can provide a theme
property to change the color of the flare.
You can read more about it here https://nuxtseo.com/og-image/api/nuxt-seo-template
If you need more functionality it's recommended to copy+paste the module.
Clear and concise description of the problem
While using the package, I wanted to use the default og image, but I wish the flare was blue instead of green. and I have other pages I need to create that I wish the flare was other colors instead of green.
Suggested solution
I think it would be really nice if
src/runtime/components/OgImageTemplate/Fallback.vue
receive a prop calledflare
. Something like this:Alternative
No response
Additional context
I'm still new to coding, if you think this is a good idea, I will try to create my first pr 😁 If not, thanks for the feedback!