Update .eleventy.js

main
Crimson Tome 2021-11-17 15:38:42 +00:00 committed by GitHub
parent 7bfc3eeecc
commit 2ef01b665e
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": "/" });
eleventyConfig.addPassthroughCopy({ "img/favicon": "/_site/" });
// Customize Markdown library and settings:
let markdownLibrary = markdownIt({