Merge pull request #22 from Bouncey/feat/sitemap

Add site map plugin
This commit is contained in:
Stuart Taylor
2018-04-18 10:58:16 +01:00
committed by Mrugesh Mohapatra
parent 4d9f59f318
commit c3bed228ce
3 changed files with 26 additions and 1 deletions

View File

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