An open API service indexing awesome lists of open source software.

https://github.com/ratson/gatsby-plugin-production


https://github.com/ratson/gatsby-plugin-production

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# gatsby-plugin-production

Opinionated production config.

## Installation

```
npm install gatsby-plugin-production --save
```

## Usage

Add the plugin to your `gatsby-config.js`.

```javascript
plugins: ['gatsby-plugin-production']
```