ventojs / vento

🌬 A template engine for Deno & Node
https://vento.js.org/
MIT License
169 stars 9 forks source link

fix: use correct key for cache queries #15

Closed pluiedev closed 11 months ago

pluiedev commented 11 months ago

Somehow, when querying its cache for any already compiled templates, Vento uses the path when in actuality the templates are stored under the file.

undefined shenanigans ensued.

oscarotero commented 11 months ago

Oh, good catch! This makes Vento even faster 🎉 Thanks!