rh2020 - tile images not showing up when relative path is provided
I have a frameless output with 10 tiles and each tile having an image.
I have an assets > images folder that holds the 10 tile images png files.
I am managing the tiles from the ToC. When I refer to the tile image from the relative folder for example /assets/images/image1.png the image shows up correctly in a local output. However, when I move the output to the web server the tile image doesn't show up.
When I refer to the tile image with an absolute path ex/- https://server/assets/images/image1.png then the image shows up when I publish the output to the web server.
Any idea why would the relative path now work from the server and work from a local output?
