Skip to content

antoinegomez/gatsby-disable-dev-404

 
 

Repository files navigation

Gatsby Plugin: Disable dev 404

MIT License

NPM

Disable /dev-404-page page.

Install

# With Yarn
$ > yarn add -D gatsby-disable-dev-404

# With NPM
$ > npm install --save-dev gatsby-disable-dev-404

Configuration

// gatsby-config.js

module.exports = {
  siteMetadata: {
    title: "Gatsby Default Starter"
  },
  plugins: ["gatsby-disable-dev-404"]
};

License

Feel free to use the code, it's released using the MIT license.

Contribution

You are welcome to contribute to this project! 😘

To make sure you have a pleasant experience, please read the code of conduct. It outlines core values and beliefs and will make working together a happier experience.

About

Disable 404 pages for Gatsby websites

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.5%
  • JavaScript 0.5%