It is mentioned in the readme that right now it is not supported. So, I found this workaround:
app.use('/images', express.static(path.join(__dirname, '/assets/images')));
Maybe it helps someone dealing with this, or inspires someone to add an image helper.
Thanks!
It is mentioned in the readme that right now it is not supported. So, I found this workaround:
Maybe it helps someone dealing with this, or inspires someone to add an image helper.
Thanks!