From dea36695036494e8a16f0c16038bddc6c3046032 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 11 Dec 2023 11:01:00 -0800 Subject: [PATCH] fix: formatting --- .eleventy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eleventy.js b/.eleventy.js index db5104bf..9ecb3b34 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -133,7 +133,7 @@ module.exports = function (eleventyConfig) { eleventyConfig.addShortcode('image', img) // transforms - eleventyConfig.addPlugin(require('./config/transforms/html-config.js')); + eleventyConfig.addPlugin(require('./config/transforms/html-config.js')) eleventyConfig.on('eleventy.after', () => { execSync(`npx pagefind --site _site --glob "**/*.html"`, { encoding: 'utf-8' })