Upgrade to alpha-2
This commit is contained in:
parent
94a2ab7ea3
commit
640be90860
12 changed files with 200 additions and 116 deletions
10
gatsby-config.js
Normal file
10
gatsby-config.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
const config = {
|
||||
siteMetadata: {
|
||||
title: 'Gatsby Starter Blog',
|
||||
author: 'Kyle Mathews',
|
||||
homeCity: 'San Francisco',
|
||||
},
|
||||
sources: `${__dirname}/pages/`,
|
||||
}
|
||||
|
||||
export default config
|
||||
Loading…
Add table
Add a link
Reference in a new issue