Skip to content

Commit

Permalink
fix: svgoConfig from "cleanupIDs" to "cleanupIds"
Browse files Browse the repository at this point in the history
Signed-off-by: Randy Lau <randychilau@gmail.com>
  • Loading branch information
randychilau committed Jul 12, 2023
1 parent b13289a commit cebb008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module.exports = {
overrides: {
// or disable plugins
inlineStyles: false,
cleanupIDs: false,
cleanupIds: false,
}
}
},
Expand Down

0 comments on commit cebb008

Please sign in to comment.