chore: feed updates

This commit is contained in:
Cory Dransfeldt 2023-09-19 13:15:27 -07:00
parent 797aa959a9
commit d53d0f9505
No known key found for this signature in database
13 changed files with 666 additions and 70 deletions

View file

@ -179,7 +179,7 @@ module.exports = function (eleventyConfig) {
})
eleventyConfig.on('eleventy.after', () => {
execSync(`npx pagefind --source _site --glob "**/*.html"`, { encoding: 'utf-8' })
execSync(`npx pagefind --site _site --glob "**/*.html"`, { encoding: 'utf-8' })
})
return {