fix: styles + templating + config
This commit is contained in:
parent
7d98dc7343
commit
9093a222d6
3 changed files with 9 additions and 2 deletions
|
@ -46,6 +46,8 @@ export default async function (eleventyConfig) {
|
|||
|
||||
// quiet build output
|
||||
eleventyConfig.setQuietMode(true)
|
||||
|
||||
// template options
|
||||
eleventyConfig.setLiquidOptions({
|
||||
jsTruthy: true,
|
||||
})
|
||||
|
|
Reference in a new issue