Skip to content

Commit

Permalink
feat: Pinned Timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bicstone committed Feb 11, 2024
1 parent 2825c1b commit ef72bb2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -161,7 +161,7 @@ const config: GatsbyConfig = {
acl: null,
},
},
// `gatsby-plugin-sharp`,
`gatsby-plugin-sharp`,
{
resolve: `gatsby-plugin-sitemap`,
options: {
Expand Down Expand Up @@ -238,7 +238,7 @@ const config: GatsbyConfig = {
},
};
}),
// `gatsby-transformer-sharp`,
`gatsby-transformer-sharp`,
`gatsby-transformer-yaml`,
],
};
Expand Down

0 comments on commit ef72bb2

Please sign in to comment.