diff --git a/.eleventy.js b/.eleventy.js index 9e74803..c344ab7 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -28,6 +28,9 @@ module.exports = function(eleventyConfig) { return collectionApi.getFilteredByGlob("_content/notes/*.md").reverse(); }); + eleventyConfig.addPassthroughCopy("img"); + eleventyConfig.addPassthroughCopy("js"); + // Return your Object options: return { dir: { diff --git a/_content/_includes/layout.njk b/_content/_includes/layout.njk index 29f97e6..721d2be 100644 --- a/_content/_includes/layout.njk +++ b/_content/_includes/layout.njk @@ -17,7 +17,7 @@ title: Mon Repos (Death's Domain) - +