Skip to content

Commit

Permalink
Copy linked files if they are not supported by transformer-sharp
Browse files Browse the repository at this point in the history
  • Loading branch information
vladistan committed Oct 11, 2024
1 parent b90e985 commit 4ccd7f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/gatsby-theme-minimal-blog-core/gatsby-config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ const config = (themeOptions) => {
backgroundColor: `transparent`,
},
},
{
resolve: `gatsby-remark-copy-linked-files`,
options: { destinationDir: `static`, },
},
],
},
},
Expand Down
1 change: 1 addition & 0 deletions themes/gatsby-theme-minimal-blog-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-remark-images": "^7.13.1",
"gatsby-remark-copy-linked-files": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"reading-time": "^1.5.0",
Expand Down

0 comments on commit 4ccd7f8

Please sign in to comment.