UNPKG

gatsby-plugin-hoofd

Version:

Gatsby plugin to add support for hoofd

22 lines (15 loc) 379 B
# gatsby-plugin-hoofd A [Gatsby](https://github.com/gatsbyjs/gatsby) plugin for [hoofd](https://github.com/JoviDeCroock/hoofd) with ssr-support. ## Install ```sh npm i --save hoofd gatsby-plugin-hoofd ## OR yarn add hoofd gatsby-plugin-hoofd ``` ## How to use Edit `gatsby-config.js` ```js module.exports = { plugins: [`gatsby-plugin-hoofd`], }; ```