Set correct directories

master
Keith Irwin 2021-06-17 15:33:58 -06:00
parent dd1b821a8b
commit b737bfceeb
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}
};
};