Updates for 0.2.14
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user