Hello
I use 3 images on my custom login page and when running this locally the images are displayed fine but once deployed they disappear. When I inspect the page i get a 404 error each image saying they can't be found.
Where should I be storing images/how do I make sure they are found?
In my css I have tried various urls but the one that works locally is (../css/images/logo.png)
Anyone able to assist?