JSPM

gatsby-plugin-react-helmet

1.1.0-alpha.93f2e2a2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 160026
  • Score
    100M100P100Q169597F
  • License MIT

Stub description for gatsby-plugin-react-helmet

Package Exports

  • gatsby-plugin-react-helmet

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gatsby-plugin-react-helmet) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

gatsby-plugin-react-helmet

Provides drop-in support for server rendering data added with React Helmet.

React Helmet is a component which lets you control your document head using their React component.

With this plugin, attributes you add in their component, e.g. title, meta attributes, etc. will get added to the static HTML pages Gatsby builds.

Install

npm install --save gatsby-plugin-react-helmet

How to use

Just add the plugin to the plugins array in your gatsby-config.js

plugins: [
  `gatsby-plugin-react-helmet`,
]