Setup

Install

Add nuxt-social-tags dependency to your project:

yarn add nuxt-social-tags
npm install nuxt-social-tags

Then add it to the modules section in your nuxt.config.js:

nuxt.config.js
export default {
    modules: ["nuxt-social-tags"],
    socialtags: {}
};

That's it! You can now configure the socical meta tags of your Nuxt app ✨

Edit this page on GitHub Updated at Wed, Mar 1, 2023