diff --git a/.eleventy.js b/.eleventy.js index 4cb6849..07b007e 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -125,10 +125,10 @@ module.exports = function(eleventyConfig) { // These are all optional (defaults are shown): dir: { - input: ".", + input: "_src", includes: "_includes", data: "_data", - output: "_site" + output: "_dist" } }; };