remove setDataDeepMerge, set by default
This commit is contained in:
parent
0b43c50297
commit
4a6450f883
1 changed files with 1 additions and 7 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue