Skip to content

Commit

Permalink
Try removing content/posts/img/ as seems unneeded
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianparker committed Oct 29, 2023
1 parent c40be8d commit 0e0fc75
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = function (eleventyConfig) {

// output everything from the static folder at root of output
eleventyConfig.addPassthroughCopy({ static: "/" });
eleventyConfig.addPassthroughCopy({ "content/posts/img/": "/" });
//eleventyConfig.addPassthroughCopy({ "content/posts/img/": "/" });

// can use the shortcode 'md' in a page to render markdown copy as HTML in place
eleventyConfig.addFilter("md", function (content = "") {
Expand Down
Binary file removed content/posts/img/IMG_1513.JPG
Binary file not shown.
Binary file removed content/posts/img/IMG_7118.JPG
Binary file not shown.
Binary file removed content/posts/img/IMG_7120.jpg
Binary file not shown.
Binary file removed content/posts/img/IMG_7121.JPG
Binary file not shown.

0 comments on commit 0e0fc75

Please sign in to comment.