not needed

This commit is contained in:
Cory LaViska
2024-04-17 13:39:16 -04:00
parent d0a348111a
commit eee77a13cf

View File

@@ -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 () {