From eee77a13cf02c4240aad1be65173b8ebcbcde5ae Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 17 Apr 2024 13:39:16 -0400 Subject: [PATCH] not needed --- docs/_utils/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_utils/search.js b/docs/_utils/search.js index 6b07b8a57..58965b544 100644 --- a/docs/_utils/search.js +++ b/docs/_utils/search.js @@ -52,7 +52,7 @@ export function searchPlugin(options = {}) { return content; }); - eleventyConfig.on('eleventy.after', async ({ dir }) => { + eleventyConfig.on('eleventy.after', ({ dir }) => { const outputFilename = join(dir.output, 'search.json'); const map = []; const searchIndex = lunr(async function () {