Describe the bug
We are seeing broken images in the EP demo app only when on latest.
To Reproduce
Steps to reproduce the behavior:
IDS Website
Demo App:
master and 4.17.0 and see they are served there:Expected behavior
The images should be served on all the things and places.
Screenshots

Platform
Additional context
n/a
The img src needs to be an absolute path, not relative:

Moving to Enterprise to fix there.
In the demo app, images need to be:
<img src = "{{basepath}}images/signin-logo.png" alt="Name"/>
with the basepath prefixed.
In all of the hierarchy examples, the image src is getting written out inside of a template, so global basepath doesn鈥檛 exist...
```{{={{{ }}}=}}
Most helpful comment
The
img srcneeds to be an absolute path, not relative:Moving to Enterprise to fix there.