Skip to content

Commit

Permalink
Update 11ty config to include images folder
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDarksideJ authored Aug 17, 2024
1 parent e6460ac commit c9ff93e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/.config/eleventy.config.passthrough.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = function (config) {
config.addPassthroughCopy({ ".website/static": "/" });
config.addPassthroughCopy('./website/content/articles/**/*.{png, jpg, jpeg, gif}');
config.addPassthroughCopy('./website/content/blog/**/*.{png, jpg, jpeg, gif}');
config.addPassthroughCopy({ "./website/content/blog/images": "/blog/images" });
config.addPassthroughCopy({ "./website/content/public/images": "/images" });
config.addPassthroughCopy({ "./website/content/static/**/*": "/"});
config.addPassthroughCopy({ "./website/content/public/js/**/*.js": "/js" });
Expand Down

0 comments on commit c9ff93e

Please sign in to comment.