nuxt-modules / i18n

I18n module for Nuxt
https://i18n.nuxtjs.org
MIT License
1.71k stars 478 forks source link

docs: set production url to resolve og image correctly #2789

Closed MuhammadM1998 closed 7 months ago

MuhammadM1998 commented 7 months ago

🔗 Linked issue

N/A

❓ Type of change

📚 Description

OG images were generated correctly but wrongly prefixed with the default localehost:3000. Setting the production URL as instructed in ogImage docs solves the issue.

Before Before

After After

📝 Checklist

BobbieGoede commented 7 months ago

Thanks!