Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(gatsby-plugin-offline): Change runtimeCaching handlers (#21494)
Change docs to be compliant with the code: https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-offline/src/gatsby-node.js#L132 And using current example from docs prints following error to console: ``` Specifying 'cacheFirst'' in a 'runtimeCaching[].handler' option is deprecated. Please update your config to use 'CacheFirst' ```
- Loading branch information