Update .eleventy.js

main
Crimson Tome 2021-11-17 18:53:11 +00:00 committed by GitHub
parent f65ab54f6b
commit 9843c4c486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +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/favicon.ico": "/" });
// Customize Markdown library and settings:
let markdownLibrary = markdownIt({