chore: bump deps
This commit is contained in:
parent
cf47c33f6a
commit
36429bd404
3 changed files with 38 additions and 20 deletions
|
@ -28,6 +28,9 @@ export default async function (eleventyConfig) {
|
|||
// quiet build output
|
||||
eleventyConfig.setQuietMode(true)
|
||||
|
||||
// allow missing extensions
|
||||
eleventyConfig.configureErrorReporting({ allowMissingExtensions: true })
|
||||
|
||||
// template options
|
||||
eleventyConfig.setLiquidOptions({
|
||||
jsTruthy: true,
|
||||
|
|
Reference in a new issue