stackrole / gatsby-starter-foundation

A starter to launch your blazing fast personal website and a blog, Built with Gatsby and Netlify CMS. Made with ❤ by Stackrole
https://foundation.stackrole.com
MIT License
270 stars 127 forks source link

Gatsby Plugin Netlify Cache Deprecated #44

Closed TimothyBlajsa closed 2 years ago

TimothyBlajsa commented 2 years ago

The gastby-plugin-netlify-cache that is listed in the netlify.toml is no longer supported and is deprecated.

This plugin has since been replaced with a new plugin called netlify-plugin-gatsby, having the user change the netlify.toml to use the new plugin, installing it, and then adding it to the Gatsby-config.js file.

Gastby-plugin-netlify is installed as a dev dependency.

Gastby Plugin Update

munawar-js commented 2 years ago

Sure, please create a pull request