chore: feed updates
This commit is contained in:
parent
797aa959a9
commit
d53d0f9505
13 changed files with 666 additions and 70 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue