Skip to content

Commit

Permalink
fix: cancel purge
Browse files Browse the repository at this point in the history
  • Loading branch information
jandiralceu committed Sep 15, 2024
1 parent 6bce1ae commit cfcd586
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ const config: GatsbyConfig = {
],
},
},
{
resolve: `gatsby-plugin-purgecss`,
options: {
printRejected: true,
},
},
// {
// resolve: `gatsby-plugin-purgecss`,
// options: {
// printRejected: true,
// },
// },
{
resolve: "gatsby-plugin-mdx",
options: {
Expand Down

0 comments on commit cfcd586

Please sign in to comment.