Generate OG Images with Vue templates in Nuxt.
|
Status: v3 RC is available Please report any issues π Made possible by my Sponsor Program π Follow me @harlan_zw π¦ β’ Join Discord for help |
og:image using the built-in templates or make your own with Vue componentsog:image in the Nuxt DevTools OG Image Playground with full HMRnuxt-og-image dependency to your project:#
yarn add -D nuxt-og-image
#
npm install -D nuxt-og-image
#
pnpm i -D nuxt-og-image
modules section in your nuxt.config:export default defineNuxtConfig({
modules: ['nuxt-og-image']
})
π Read the full documentation for more information.
MIT License Β© 2023-PRESENT Harlan Wilton