From cfcd5864fad625d10e89e2e147590406e404f591 Mon Sep 17 00:00:00 2001 From: "Jandir A. Cutabiala" Date: Sun, 15 Sep 2024 04:03:19 -0300 Subject: [PATCH] fix: cancel purge --- gatsby-config.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gatsby-config.ts b/gatsby-config.ts index 975f84d..5b57cf0 100644 --- a/gatsby-config.ts +++ b/gatsby-config.ts @@ -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: {