Skip to content

Commit

Permalink
update eleventy.config.js
Browse files Browse the repository at this point in the history
Are you happy now Netlify?
  • Loading branch information
oguching committed Jun 29, 2023
1 parent a7a3c77 commit ff8290a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions eleventy.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
const pluginImages = require("./eleventy.config.images.js");

module.exports = function(eleventyConfig) {
eleventyConfig.addPassthroughCopy("/assets/");
eleventyConfig.addWatchTarget("src/assets/");
eleventyConfig.addPassthroughCopy("./src/assets/css/");
eleventyConfig.addPassthroughCopy("./src/assets/img/")
eleventyConfig.addWatchTarget("assets");

// plugins
eleventyConfig.addPlugin(pluginImages);
Expand Down

0 comments on commit ff8290a

Please sign in to comment.