Skip to content

Commit

Permalink
Restore images and links (#36)
Browse files Browse the repository at this point in the history
* Fix image links

* Fix broken links

* Fix @parcel/wathcer

parcel-bundler/watcher#152
  • Loading branch information
winterjung committed Feb 13, 2024
1 parent f8a6589 commit 979edf9
Show file tree
Hide file tree
Showing 46 changed files with 643 additions and 13,729 deletions.
12 changes: 11 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,17 @@ module.exports = {
path: `${__dirname}/src/`,
},
},
`gatsby-transformer-remark`,
`gatsby-plugin-sharp`,
{
resolve: `gatsby-transformer-remark`,
options: {
plugins: [
{
resolve: `gatsby-remark-images`,
},
],
},
},
`gatsby-plugin-emotion`,
{
resolve: `gatsby-plugin-typography`,
Expand Down
Loading

0 comments on commit 979edf9

Please sign in to comment.