added favicons into publishing assets
This commit is contained in:
parent
7c5006a1d3
commit
2053312e19
@ -5,6 +5,7 @@ module.exports = function(eleventyConfig) {
|
|||||||
eleventyConfig.addPassthroughCopy('./src/main.css');
|
eleventyConfig.addPassthroughCopy('./src/main.css');
|
||||||
eleventyConfig.addPassthroughCopy('./src/lib/main.js');
|
eleventyConfig.addPassthroughCopy('./src/lib/main.js');
|
||||||
eleventyConfig.addPassthroughCopy('./src/assets');
|
eleventyConfig.addPassthroughCopy('./src/assets');
|
||||||
|
eleventyConfig.addPassthroughCopy('./src/favicon_io');
|
||||||
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user