0.1.5 • Published 4 years ago

@bruqui/gatsby-plugin-react-helmet-async v0.1.5

Weekly downloads
532
License
MIT
Repository
github
Last release
4 years ago

gatsby-plugin-react-helmet-async

GitHub npm (scoped)

Adds support for React Helmet Async to a Gatsby project.

Installation

# Yarn
yarn add react-helmet-async @bruqui/gatsby-plugin-react-helmet-async

# npm
npm install --save react-helmet-async @bruqui/gatsby-plugin-react-helmet-async

Usage

Add the plugin and its options to your gatsby-config.js like so:

module.exports = {
  plugins: ["@bruqui/gatsby-plugin-react-helmet-async"]
};

Then just use React Helmet Async as you usually would, the plugin will create the HelmetProvider component for you and ensure that your <head> element contains the correct tags when building your site.