@spraoi/gatsby-config
v0.30.0
Published
A sensible, extensible concoction of plugins & configuration for Gatsby.
Downloads
28
Maintainers
Keywords
Readme
@spraoi/gatsby-config
A sensible, extensible concoction of plugins & configuration for Gatsby.
Installation
yarn add gatsby
yarn add --dev @spraoi/gatsby-config
Usage
Add the following configuration to the root of your project:
gatsby-config.js
const defaults = require('@spraoi/gatsby-config');
module.exports = {
...defaults,
siteMetadata: {
title: 'Project Name',
},
};