From 4a6450f8837c7dfff59f9400e6ce3157da179429 Mon Sep 17 00:00:00 2001 From: madrilene Date: Wed, 9 Apr 2025 13:21:41 +0200 Subject: [PATCH] remove setDataDeepMerge, set by default --- eleventy.config.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/eleventy.config.js b/eleventy.config.js index 273e226..d4886a9 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -1,9 +1,6 @@ /** * Most adjustments must be made in `./src/_config/*` - */ - -/** - * Configures Eleventy with various settings, collections, plugins, filters, shortcodes, and more. + * * Hint VS Code for eleventyConfig autocompletion. * © Henry Desroches - https://gist.github.com/xdesro/69583b25d281d055cd12b144381123bf * @param {import("@11ty/eleventy/src/UserConfig")} eleventyConfig - @@ -109,9 +106,6 @@ export default async function (eleventyConfig) { 'node_modules/lite-youtube-embed/src/lite-yt-embed.{css,js}': `assets/components/` }); - // --------------------- Build Settings - eleventyConfig.setDataDeepMerge(true); - // --------------------- general config return { markdownTemplateEngine: 'njk',