Add favicon
This commit is contained in:
parent
6869eefb9c
commit
c21adf4f7d
9 changed files with 6 additions and 0 deletions
|
|
@ -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",
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue