@rhysforyou/gatsby-plugin-react-helmet-async

0.1.3 • Public • Published

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 @rhysforyou/gatsby-plugin-react-helmet-async

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

Usage

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

module.exports = {
  plugins: ["@rhysforyou/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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.3
    25
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.3
    25
  • 0.1.2
    0
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i @rhysforyou/gatsby-plugin-react-helmet-async

Weekly Downloads

25

Version

0.1.3

License

MIT

Unpacked Size

5.08 kB

Total Files

7

Last publish

Collaborators

  • rhysforyou