Skip to content

Commit 27cf7e7

Browse files
authored
fix(gatsby-plugin-manifest): Delete cacheDigest from generated webmanifest (#33966)
1 parent 2c9f67c commit 27cf7e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/gatsby-plugin-manifest/src/gatsby-node.js

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ const makeManifest = async ({
154154
delete manifest.crossOrigin
155155
delete manifest.icon_options
156156
delete manifest.include_favicon
157+
delete manifest.cacheDigest
157158

158159
// If icons are not manually defined, use the default icon set.
159160
if (!manifest.icons) {

0 commit comments

Comments
 (0)