Skip to content

Commit

Permalink
watch img config
Browse files Browse the repository at this point in the history
  • Loading branch information
ORIGIN INVESTMENTS authored and ORIGIN INVESTMENTS committed Apr 9, 2024
1 parent d43fbd9 commit 154fdb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eleventy.js
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit 154fdb6

Please sign in to comment.