Updates for 0.2.14

This commit is contained in:
Zach Leatherman
2018-02-17 12:36:26 -06:00
parent 3501428516
commit 1c573d0d6d
3 changed files with 19 additions and 19 deletions

View File

@@ -19,14 +19,14 @@ module.exports = function(eleventyConfig) {
});
});
eleventyConfig.addPassthroughCopy("img");
eleventyConfig.addPassthroughCopy("css");
return {
templateFormats: [
"md",
"njk",
"html",
"png",
"jpg",
"css"
"html"
],
// If your site lives in a different subdirectory, change this.