Guille Liss
Guille Liss
> Came across this issue too. Turns out that the problem was that 11ty didn't knew about the collections used. Using eleventyImport front matter config fixed the problem. See https://www.11ty.dev/docs/collections/#declare-your-collections-for-incremental-builds...
I managed to solve this but filtering `all` from the collections in the tags template, this is the tags template: ``` --- layout: base pagination: data: collections size: 1 alias:...
This was helpful, thanks!
Running `$ npm i -D git+ssh://[email protected]/justrhysism/prettier-plugin-nunjucks` I get: ``` npm ERR! Found: [email protected] npm ERR! node_modules/prettier npm ERR! dev prettier@"^2.7.1" from the root project npm ERR! npm ERR! Could not...