gatsby-plugin-netlify-cache
gatsby-plugin-netlify-cache copied to clipboard
Use of wildcards
Hey, not really an issue. would this work? its just that i have over 200 md files (blog posts) and over 1000 images
{
resolve: `gatsby-plugin-netlify-cache`,
options: {
extraDirsToCache: ['content/**/*'],
},
},