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