I have a working A-Frame site deployed here: https://clevrar.co.za/robben-island-demo
This was created with the IdeaSpace CMS.
I have downloaded the site in order to try and add a service-worker script to it (I'm fine with that part and don't need assistance there), and it works surprisingly well and as expected, except the PhotoSpheres used in the scenes aren't displaying as the source is pointing to an online domain. See deployment attempt here: https://boundless-hole.surge.sh/ and the errors here:
The path to the images in my local project currently is: public/assets/user/photospheres/
How do I reference them correctly in the index.html folder so that they will be visible?