noelforte / eleventy-plugin-vento

Eleventy plugin that adds support for Vento templates
https://www.npmjs.com/package/eleventy-plugin-vento
MIT License
5 stars 0 forks source link

Vento includes are not resolving correctly #2

Closed noelforte closed 1 month ago

noelforte commented 1 month ago

Currently, when attempting to include a file (non-relative), an error is thrown stating the file could not be found. Expected behavior is to resolve any includes from the passed includes directory (defaults to Eleventy's includes directory).