Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-now

This plugin generates Now Routes for redirects you configured for to your Gatsby project.

Usage

  1. Install the plugin:
npm install gatsby-plugin-now --save-dev
  1. Add it to the configuration file:
// gatsby-config.js
module.exports = {
  plugins: [
    'gatsby-plugin-now'
  ]
}
  1. Deploy your project to ZEIT Now
© 2026 Gatsby, Inc.