Closed Bullrich closed 8 months ago
Hi @Bullrich! Thanks for letting me know, I'll have a look at it soon.
Fixed in v2.4.1.
If you want to cherry-pick a fix to your project, copy-paste the entire contents of _11ty/plugins/srcset.js.
Let me know if you need anything else!
Thank you very much for fixing it! It works now!
Hi! I have been trying to implement this template for a subdirectory of mine, but unfortunately I have encountered a problem.
The project doesn't build when deploying to a subdirectory with a path prefix.
To test simply add a
pathPrefix
value to the return object ineleventy.js
For example:
It seems to be related to some of the post build process, as eleventy builds by default without this problem in an empty project.