gatsby-starter-deck/gatsby-config.js
2017-11-24 15:44:06 +01:00

9 lines
198 B
JavaScript

module.exports = {
siteMetadata: {
name: `Fabian Schultz`,
title: `Gatsby Deck`,
date: `November 23, 2017`,
},
plugins: [`gatsby-plugin-react-helmet`, `gatsby-plugin-offline`],
};