We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4db647 commit 0a42d07Copy full SHA for 0a42d07
packages/gatsby-plugin-offline/src/gatsby-node.js
@@ -146,7 +146,7 @@ exports.onPostBuild = (
146
},
147
{
148
// Add runtime caching of various other page resources
149
- urlPattern: /^https?:.*\.(png|jpg|jpeg|webp|svg|gif|tiff|js|woff|woff2|json|css)$/,
+ urlPattern: /^https?:.*\.(png|jpg|jpeg|webp|avif|svg|gif|tiff|js|woff|woff2|json|css)$/,
150
handler: `StaleWhileRevalidate`,
151
152
0 commit comments