chore: bump deps

This commit is contained in:
Cory Dransfeldt 2024-09-30 16:36:23 -07:00
parent cf47c33f6a
commit 36429bd404
No known key found for this signature in database
3 changed files with 38 additions and 20 deletions

View file

@ -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,