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