diff --git a/.eleventy.js b/.eleventy.js index 6e7867a9..75cb5d84 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -34,6 +34,9 @@ module.exports = function (eleventyConfig) { }, }) + // quiet build output + eleventyConfig.setQuietMode(true) + // tailwind watches eleventyConfig.addWatchTarget('./tailwind.config.js') eleventyConfig.addWatchTarget('./tailwind.css')