gatsby-plugin-hooked-head
v0.1.1
Published
Gatsby plugin to add support for hooked-head
Downloads
180
Maintainers
Readme
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`],
};