On error, I would like to display an image from the local assets directory. `'../../assets/default.png'`. However, when I do this it errors out looking for the image and the path given is at the root of the hard drive. > GET file:///C:/assets/default.png net::ERR_FILE_NOT_FOUND Is there any way to get it to pull local assets?