This got dropped in the conversion to 'ugo.

This commit is contained in:
Jacob Heider 2022-06-20 12:19:43 -04:00
parent eaef6c79e2
commit 3182a16d37

View file

@ -51,5 +51,13 @@
<meta property="og:image" content="https://tea.xyz/cover.png" />
<meta property="og:image:alt" content="sh &lt;(curl tea.xyz)" />
<meta name="facebook-domain-verification" content="0fsbdl7joh0gha23zbhtovtpn0z0cl" />
<script>
const q = window.location.search.match(/[\^\?&]store=[^&]*/)
if (q) {
localStorage.signup = q[0].split('=')[1]
window.location.replace(`${window.location.origin}${window.location.pathname}`)
}
</script>
</head>
</head>