You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For certain images retrieved from the main website using gettemplate.go, the images are missing the https://ubccsss.org prefix making them break. One way we can do this is to find all images without the prefix in gettemplate.go and add the https://ubccsss.org prefix Another, way we can do this is to have gettemplate.go retrieve all the images used from our main website and put them in a folder. Investigate and implement the most feasible option.
The text was updated successfully, but these errors were encountered:
For certain images retrieved from the main website using gettemplate.go, the images are missing the
https://ubccsss.org
prefix making them break. One way we can do this is to find all images without the prefix in gettemplate.go and add thehttps://ubccsss.org
prefix Another, way we can do this is to have gettemplate.go retrieve all the images used from our main website and put them in a folder. Investigate and implement the most feasible option.The text was updated successfully, but these errors were encountered: