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/*`
|
* 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.
|
* Hint VS Code for eleventyConfig autocompletion.
|
||||||
* © Henry Desroches - https://gist.github.com/xdesro/69583b25d281d055cd12b144381123bf
|
* © Henry Desroches - https://gist.github.com/xdesro/69583b25d281d055cd12b144381123bf
|
||||||
* @param {import("@11ty/eleventy/src/UserConfig")} eleventyConfig -
|
* @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/`
|
'node_modules/lite-youtube-embed/src/lite-yt-embed.{css,js}': `assets/components/`
|
||||||
});
|
});
|
||||||
|
|
||||||
// --------------------- Build Settings
|
|
||||||
eleventyConfig.setDataDeepMerge(true);
|
|
||||||
|
|
||||||
// --------------------- general config
|
// --------------------- general config
|
||||||
return {
|
return {
|
||||||
markdownTemplateEngine: 'njk',
|
markdownTemplateEngine: 'njk',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue