feat(prettier): Use prettier for client code
This commit is contained in:
@ -11,7 +11,7 @@ module.exports = {
|
||||
'gatsby-plugin-react-helmet',
|
||||
{
|
||||
resolve: 'gatsby-plugin-create-client-paths',
|
||||
options: { prefixes: ['/certification/*', '/unsubscribed/*'] }
|
||||
options: { prefixes: ['/certification/*', '/unsubscribed/*', '/user/*'] }
|
||||
},
|
||||
{
|
||||
resolve: 'gatsby-plugin-manifest',
|
||||
@ -27,4 +27,4 @@ module.exports = {
|
||||
},
|
||||
'gatsby-plugin-sitemap'
|
||||
]
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user