Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-hooked-head

A Gatsby plugin for Hooked-head with ssr-support.

Install

npm i --save hooked-head gatsby-plugin-hooked-head
## OR
yarn add hooked-head gatsby-plugin-hooked-head

How to use

Edit gatsby-config.js

module.exports = {
  plugins: [`gatsby-plugin-hooked-head`],
};
© 2023 Gatsby, Inc.