added favicons into publishing assets

master
bvn13 2021-11-22 03:33:51 +03:00
parent 7c5006a1d3
commit 2053312e19
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ module.exports = function(eleventyConfig) {
eleventyConfig.addPassthroughCopy('./src/main.css');
eleventyConfig.addPassthroughCopy('./src/lib/main.js');
eleventyConfig.addPassthroughCopy('./src/assets');
eleventyConfig.addPassthroughCopy('./src/favicon_io');
return {