Use later version of react

This commit is contained in:
Moris Zen
2018-09-05 13:51:12 +02:00
parent 619982e56c
commit 2544724407
3 changed files with 57 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
module.exports = {
siteMetadata: {
title: 'Saburly',
siteUrl: `https://www.saburly.com`,
},
plugins: [
'gatsby-plugin-netlify',
@@ -38,6 +39,8 @@ module.exports = {
},
},
'gatsby-transformer-sharp',
'gatsby-plugin-sitemap',
'gatsby-plugin-sharp',
'gatsby-plugin-react-next',
],
}