Skip to content

Commit

Permalink
eleventy copy code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ORIGIN INVESTMENTS authored and ORIGIN INVESTMENTS committed Apr 11, 2024
1 parent 987b0ae commit 06b179c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ const eleventySass = require("@11tyrocks/eleventy-plugin-sass-lightningcss");

module.exports = function (eleventyConfig) {

eleventyConfig.addWatchTarget("./src/img/");
eleventyConfig.addPassthroughCopy("./src/img/");
eleventyConfig.addPassthroughCopy("./src/js/");

eleventyConfig.addPlugin(eleventySass);

Expand Down

0 comments on commit 06b179c

Please sign in to comment.