feat(certs): Convert certification views to gatsby

This commit is contained in:
Bouncey
2018-09-04 14:54:23 +01:00
committed by mrugesh mohapatra
parent dc00eb8555
commit 77a4452437
30 changed files with 627 additions and 917 deletions

View File

@ -8,6 +8,10 @@ module.exports = {
},
plugins: [
'gatsby-plugin-react-helmet',
{
resolve: 'gatsby-plugin-create-client-paths',
options: { prefixes: ['/certification/*'] }
},
{
resolve: 'gatsby-plugin-manifest',
options: {