gatsby-plugin-netlify-cache icon indicating copy to clipboard operation
gatsby-plugin-netlify-cache copied to clipboard

Use of wildcards

Open umxr opened this issue 6 years ago • 0 comments

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/**/*'],
      },
},

umxr avatar Sep 26 '19 11:09 umxr