This is a major release upgrading OG Image to v6 with a new Takumi renderer, multiple OG images per page, native Tailwind v4 support, and redesigned DevTools — plus stability fixes across Robots and Site Config.
Highlights
- OG Image v6: New Takumi renderer (2-10x faster), multiple OG images per page, native Tailwind v4 and
@nuxt/fonts integration, and redesigned DevTools - Robots: Nuxt 4 compatibility support and DevTools fixes
- Site Config: Improved dev mode URL handling and multi-tenancy fixes
⚠️ Breaking Changes
- OG Image v6: See migration notes
✅ Upgrading
Our recommendation for upgrading is to run:
npx nuxt upgrade --dedupe This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
For OG Image v6, run the migration CLI:
npx nuxt-og-image migrate v6 Full migration guide: https://nuxtseo.com/og-image/migration-guide/v6
📦 Module Updates
- 🐛 Site Config: Don't force https protocol in dev mode (harlan-zw/nuxt-site-config@6788d81)
- 🐛 Site Config: Strip port from host when matching multi-tenancy config (harlan-zw/nuxt-site-config@863a8b3)
- 🐛 Site Config: Fix broken IPv6 loopback handling (harlan-zw/nuxt-site-config@e5e09da)