diff --git a/eleventy.config.js b/eleventy.config.js index e742312..8f08935 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -2,6 +2,7 @@ const eleventySass = require("eleventy-sass"); module.exports = function (eleventyConfig) { eleventyConfig.addPlugin(eleventySass); + eleventyConfig.addPassthroughCopy("img"); return { markdownTemplateEngine: "njk", diff --git a/img/banner-alt.png b/img/banner-alt.png new file mode 100644 index 0000000..5947daa Binary files /dev/null and b/img/banner-alt.png differ diff --git a/img/banner.png b/img/banner.png new file mode 100644 index 0000000..fbcf686 Binary files /dev/null and b/img/banner.png differ