Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sbstjn committed Sep 18, 2018
1 parent fab90cf commit 2adc739
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Gatsby Plugin: Disable 404

## Install

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

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

### Configuration

```js
// gatsby-config.js

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

Disable `/404` and `/dev-404-page` pages.

## License
Expand Down

0 comments on commit 2adc739

Please sign in to comment.