aboutsummaryrefslogtreecommitdiffstats
path: root/eleventy.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'eleventy.config.js')
-rw-r--r--eleventy.config.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/eleventy.config.js b/eleventy.config.js
index a0ffb11..5bb21ce 100644
--- a/eleventy.config.js
+++ b/eleventy.config.js
@@ -108,6 +108,8 @@ export default async function(eleventyConfig) {
return {
markdownTemplateEngine: "njk",
htmlTemplateEngine: "webc",
- output: "dist"
+ dir: {
+ output: "dist"
+ }
}
}