Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix: disable legacy mode for manifest plugin (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcataford authored Mar 25, 2023
1 parent 6dcb1f9 commit 605ba5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 605ba5f

Please sign in to comment.