From 78b7a952a134693ad207faa73b4822d57e3c12bd Mon Sep 17 00:00:00 2001 From: Jessica Parsons Date: Fri, 13 May 2022 18:47:13 -0700 Subject: [PATCH] fix: deactivate the deprecated Gatsby Cache plugin --- site/plugins.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index 7e80e0b01..d5768b048 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -70,7 +70,8 @@ "name": "Gatsby cache", "package": "netlify-plugin-gatsby-cache", "repo": "https://github.com/jlengstorf/netlify-plugin-gatsby-cache", - "version": "0.3.0" + "version": "0.3.0", + "status": "DEACTIVATED" }, { "author": "edm00se",