From 605ba5f59c5a34395f001069498bbe1984762c0d Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sat, 25 Mar 2023 16:26:18 -0400 Subject: [PATCH] fix: disable legacy mode for manifest plugin (#94) --- gatsby-config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gatsby-config.js b/gatsby-config.js index a2756ec..7e4515e 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -36,6 +36,7 @@ module.exports = { theme_color: '#803ed7', display: 'minimal-ui', icon: 'src/images/favicon/favicon-32x32.png', + legacy: false, }, }, 'gatsby-plugin-gatsby-cloud',