feat(settings) Scaffold /settings route

This commit is contained in:
Bouncey
2018-09-13 18:27:14 +01:00
committed by Stuart Taylor
parent 73e89a2300
commit 99e025699a
6 changed files with 203 additions and 2 deletions

View File

@ -11,7 +11,14 @@ module.exports = {
'gatsby-plugin-react-helmet',
{
resolve: 'gatsby-plugin-create-client-paths',
options: { prefixes: ['/certification/*', '/unsubscribed/*', '/user/*'] }
options: {
prefixes: [
'/certification/*',
'/unsubscribed/*',
'/user/*',
'/settings/*'
]
}
},
{
resolve: 'gatsby-plugin-manifest',