I am trying to serve some basic HTML files with Font Awesome icons in them. When I setup Node Red to serve the file as an HTTP response, the icons don't appear.
I know this has something to do with the render engine of Node Red, but is there any way to somehow pre-render or pre-cache the icons and serve them as an HTTP response?
Bellow is what it currently looks like:
...and this is what it should look like:
When I open the file directly, the icons appear just fine.
I am purposely avoiding using any of the native dashboard nodes because I need specific HTML in places that wasn't compatible with the native dashboard or the UI Builder node.
Thanks!