Skip to content

Commit

Permalink
refactor: data deep merge is true by default...
Browse files Browse the repository at this point in the history
  • Loading branch information
carbontwelve committed Mar 11, 2022
1 parent 8a6f0b8 commit a4e15d2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addTransform(transformName, transforms[transformName])
})

// Merge data instead of overriding
// https://www.11ty.dev/docs/data-deep-merge/
eleventyConfig.setDataDeepMerge(true);

eleventyConfig.addWatchTarget("./_tmp/style.css");

// Don't process folders with static assets e.g. images
Expand Down

0 comments on commit a4e15d2

Please sign in to comment.