Update .eleventy.js
parent
4e6e924073
commit
7bfc3eeecc
|
@ -63,6 +63,7 @@ module.exports = function(eleventyConfig) {
|
|||
// Copy the `img` and `css` folders to the output
|
||||
eleventyConfig.addPassthroughCopy("img");
|
||||
eleventyConfig.addPassthroughCopy("css");
|
||||
eleventyConfig.addPassthroughCopy({ "img/favicon": "/" });
|
||||
|
||||
// Customize Markdown library and settings:
|
||||
let markdownLibrary = markdownIt({
|
||||
|
@ -141,4 +142,4 @@ module.exports = function(eleventyConfig) {
|
|||
};
|
||||
};
|
||||
|
||||
eleventyConfig.addPassthroughCopy({ "img/favicon": "/" });
|
||||
|
||||
|
|
Loading…
Reference in New Issue