fix: styles + templating + config

This commit is contained in:
Cory Dransfeldt 2024-01-26 17:05:57 -08:00
parent 7d98dc7343
commit 9093a222d6
No known key found for this signature in database
3 changed files with 9 additions and 2 deletions

View file

@ -46,6 +46,8 @@ export default async function (eleventyConfig) {
// quiet build output
eleventyConfig.setQuietMode(true)
// template options
eleventyConfig.setLiquidOptions({
jsTruthy: true,
})