Skip to content

Commit

Permalink
feat: 회고 글 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
wish0ne committed Dec 10, 2023
1 parent 2421048 commit b37326a
Show file tree
Hide file tree
Showing 17 changed files with 696 additions and 21 deletions.
11 changes: 10 additions & 1 deletion gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,16 @@ const config: GatsbyConfig = {
{
resolve: "gatsby-plugin-mdx",
options: {
gatsbyRemarkPlugins: [`gatsby-remark-autolink-headers`],
gatsbyRemarkPlugins: [
`gatsby-remark-autolink-headers`,
{
resolve: `gatsby-remark-images`,
options: {
maxWidth: 1200,
showCaptions: true,
},
},
],
},
},
"gatsby-plugin-sharp",
Expand Down
Loading

0 comments on commit b37326a

Please sign in to comment.