I have built an interactive Leaflet.js map that I have gotten working on my personal web hosting provider, but now I want to transfer it to Squarespace.
To keep things simple, I tried to externally reference the constituent scripts (e.g. <script src="url.com/java.js"></script>) but the Squarespace GUI says "Script Disabled".
Then I tried loading the script code itself within the <script></script> tags.
But this resulted in this error: You've reached the character limit for Code Blocks.
Have people successfully implemented Leaflet maps in Squarespace sites?
If so, how?