Community Plugin
View plugin on GitHubgatsby-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`],
};