Initial commit from gatsby: (https://github.com/ChangoMan/gatsby-starter-strata.git)
This commit is contained in:
24
gatsby-config.js
Normal file
24
gatsby-config.js
Normal file
@@ -0,0 +1,24 @@
|
||||
module.exports = {
|
||||
siteMetadata: {
|
||||
title: "Gatsby Starter - Strata by HTML5 UP",
|
||||
author: "Hunter Chang",
|
||||
description: "A Gatsby.js Starter based on Strata by HTML5 UP"
|
||||
},
|
||||
plugins: [
|
||||
'gatsby-plugin-react-helmet',
|
||||
{
|
||||
resolve: `gatsby-plugin-manifest`,
|
||||
options: {
|
||||
name: 'gatsby-starter-default',
|
||||
short_name: 'starter',
|
||||
start_url: '/',
|
||||
background_color: '#663399',
|
||||
theme_color: '#663399',
|
||||
display: 'minimal-ui',
|
||||
icon: 'src/assets/images/website-icon.png', // This path is relative to the root of the site.
|
||||
},
|
||||
},
|
||||
'gatsby-plugin-sass',
|
||||
'gatsby-plugin-offline'
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user