I would like to change the settings I set in `.eleventyconfig` from the front matter of one specific page. #### Example `.eleventyconfig`: ``` … embedClass: 'my-alternate-classname' … ``` front matter: ``` --- embedYoutube: embedClass: 'my-alternate-classnameeeeeee' --- ```
I would like to change the settings I set in
.eleventyconfigfrom the front matter of one specific page.Example
.eleventyconfig:front matter: