Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
adamavenir committed Oct 18, 2023
1 parent c1bfa60 commit 1c36590
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ module.exports = {
manualInit: true,
modulePath: `${__dirname}/src/cms/cms.js`,
htmlTitle: 'vote.triciti.es admin',
customizeWebpackConfig: (config) => {
config.plugins = config.plugins.filter(
(plugin) => plugin.constructor.name !== "StaticQueryMapper"
);
},
},
},
`gatsby-plugin-react-helmet`,
Expand Down

0 comments on commit 1c36590

Please sign in to comment.