gatsby-starter-deck/gatsby-config.js
2017-11-24 00:22:47 +01:00

9 lines
173 B
JavaScript

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