An as you can see, I'm using some img tags with absolute and relative paths to some images stored on the server, both of them fail rendering the image. Even if I use an image from the internet and paste its url it doesn't work. Here's the TypeScript code:
Hi, I've defined an HTML template to generate PDFs on the server side using Nest.js, here's the HTML code:
An as you can see, I'm using some
img
tags with absolute and relative paths to some images stored on the server, both of them fail rendering the image. Even if I use an image from the internet and paste its url it doesn't work. Here's the TypeScript code:Do I have to configure something?