diff --git a/.eleventy.js b/.eleventy.js index ef5b31b..bd1380f 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -1,6 +1,9 @@ const eleventySass = require("@11tyrocks/eleventy-plugin-sass-lightningcss"); module.exports = function (eleventyConfig) { + + eleventyConfig.addWatchTarget("./src/img/"); + eleventyConfig.addPlugin(eleventySass); eleventyConfig.addFilter('upcomingEvents', function(events) {