diff --git a/.eleventy.js b/.eleventy.js index 192b97f..95f18e4 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -52,6 +52,7 @@ function heroImageShortcode(src, alt) { module.exports = function (eleventyConfig) { eleventyConfig.addPassthroughCopy("css"); eleventyConfig.addPassthroughCopy("img"); + eleventyConfig.addPassthroughCopy("favicon.svg"); eleventyConfig.addShortcode("image", imageShortcode); eleventyConfig.addShortcode("heroImage", heroImageShortcode); diff --git a/_includes/base.njk b/_includes/base.njk index b316991..00ad2ca 100644 --- a/_includes/base.njk +++ b/_includes/base.njk @@ -4,6 +4,7 @@