diff --git a/gatsby-config.ts b/gatsby-config.ts index 56310d74..d345ae57 100644 --- a/gatsby-config.ts +++ b/gatsby-config.ts @@ -57,19 +57,19 @@ const config: GatsbyConfig = { includeInDevelopment: true, }, }, - // `gatsby-plugin-image`, + `gatsby-plugin-image`, { resolve: `gatsby-plugin-mdx`, options: { gatsbyRemarkPlugins: [ - // { - // resolve: `gatsby-remark-images`, - // options: { - // maxWidth: 600, - // linkImagesToOriginal: true, - // backgroundColor: "none", - // }, - // }, + { + resolve: `gatsby-remark-images`, + options: { + maxWidth: 600, + linkImagesToOriginal: true, + backgroundColor: "none", + }, + }, { resolve: `gatsby-remark-prismjs`, options: { @@ -161,7 +161,7 @@ const config: GatsbyConfig = { acl: null, }, }, - // `gatsby-plugin-sharp`, + `gatsby-plugin-sharp`, { resolve: `gatsby-plugin-sitemap`, options: { @@ -238,7 +238,7 @@ const config: GatsbyConfig = { }, }; }), - // `gatsby-transformer-sharp`, + `gatsby-transformer-sharp`, `gatsby-transformer-yaml`, ], };