Community Plugin
View plugin on GitHubgatsby-plugin-now
This plugin generates Now Routes for redirects you configured for to your Gatsby project.
Usage
- Install the plugin:
npm install gatsby-plugin-now --save-dev- Add it to the configuration file:
// gatsby-config.js
module.exports = {
plugins: [
'gatsby-plugin-now'
]
}