Merge pull request #24 from Bouncey/feat/offline

Feat: Offline support
This commit is contained in:
Stuart Taylor
2018-04-18 12:51:44 +01:00
committed by Mrugesh Mohapatra
parent 3292944de4
commit c1b90fc871
44 changed files with 246 additions and 209 deletions

View File

@@ -37,6 +37,7 @@ module.exports = {
fonts: ['Lato:400,400i,700']
}
},
'gatsby-plugin-sitemap'
'gatsby-plugin-sitemap',
'gatsby-plugin-offline'
]
};