Skip to content

Commit 3a4f39f

Browse files
authored
fix(gatsby-config.js): fix build errors
Fix build errors due to missing sharp plugins in config file.
1 parent f53e9bf commit 3a4f39f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gatsby-config.js

+2
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,7 @@ module.exports = {
6868
"gatsby-plugin-catch-links",
6969
"gatsby-plugin-styled-components",
7070
"gatsby-plugin-typescript",
71+
"gatsby-transformer-sharp",
72+
"gatsby-plugin-sharp",
7173
],
7274
}

0 commit comments

Comments
 (0)