SQS tricks
SQS Tricks
Convert SQS page to stand-alone HTML
Copy page HTML into BBEdit or other code editor
Make these global replacements in this order:
href=”/
href=”htpps://<www.domainURL.com>/
src=”//assets
src=”https://assets
img src=”//static
img src=”https://static
"css”:”//assets.
"css”:”https://assets.
"js”:”//assets.
"js”:”https://assets.
Make this manual replacement
href=”https://<www.domainURL.com>//static
href=”https://static
<www.domainURL.com> is the site’s full public URL.
For this site the URL = www.laidlaw.design or robert-laidlaw-s5zg.squarespace.com