Hi,
I am trying to embed a custom google map created with the Google Maps Javascript API onto a page on my Squarespace website. My code references files in subfolders, mainly a csv file (dataset for the markers) and two png files. How do I add the custom code to my Squarespace page (html, javascript, and css files) as well as the referenced files? I attempted to follow this tutorial as well as put links to the csv & png files on an unlisted page on my site, referencing their url/path in the code as https://www.WEBDOMAIN.com/s/FILENAME.csv, but it was unsuccessful and throws CORS/CORBS Policy errors. Any advice on how to fix this issue is appreciated!