Add favicon

This commit is contained in:
Devon Campbell 2022-11-29 20:17:10 -08:00
commit c21adf4f7d
9 changed files with 6 additions and 0 deletions

View file

@ -11,6 +11,7 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy({ "assets/css": "css" });
eleventyConfig.addPassthroughCopy({ "assets/fonts": "fonts" });
eleventyConfig.addPassthroughCopy({ "assets/images": "images" });
eleventyConfig.addPassthroughCopy({ "assets/favicon": "/" });
eleventyConfig.addPassthroughCopy({
"node_modules/simpledotcss/simple.css": "css/simple.css",
});