feat(unsubscribe): Add unsubscribed page and update api

This commit is contained in:
Bouncey
2018-09-06 14:59:52 +01:00
committed by Stuart Taylor
parent 435e856cdb
commit 5b7b3ca33c
6 changed files with 158 additions and 112 deletions

View File

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