From e2212a33ae5b40c34ea0d28cce150eda9e681777 Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Tue, 3 Aug 2021 17:37:00 +0100 Subject: [PATCH] fix: deprecate the old Gatsby cache plugin --- site/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index 7e19a758b..a200fab25 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -66,7 +66,7 @@ }, { "author": "jlengstorf", - "description": "Persist the Gatsby cache between Netlify builds for huge build speed improvements! ⚡️", + "description": "This plugin is deprecated. Please install the Essential Gatsby plugin instead", "name": "Gatsby cache", "package": "netlify-plugin-gatsby-cache", "repo": "https://github.com/jlengstorf/netlify-plugin-gatsby-cache",