From 1b0cfddbb33c7f4629d05793fbc6a933938149f1 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 18 Jun 2023 12:17:10 -0700 Subject: [PATCH] chore: build update --- .eleventy.js | 3 +++ 1 file changed, 3 insertions(+) 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')