1
0

updated output folder to keep with workflow standard

This commit is contained in:
suroh 2024-02-02 18:04:42 +01:00
parent 8a3c9e2bee
commit b4368b4405

@ -32,7 +32,7 @@ module.exports = function(config) {
input: "src/_content", input: "src/_content",
includes: '../_includes', includes: '../_includes',
data: '../_data', data: '../_data',
output: "dist" output: "_site"
} }
} }
}; };