Right now, we redirect to https in javascript. This is not a true HTTP refresh, so things that crawl our site for metadata don't find anything. This includes when people post links on Slack or Twitter.
We can get around this in one of a few ways:
Don't force https redirect in js
Self-host our own jekyll site (and use this plugin or a webserver to redirect properly)
Ah, my mistake, this seems to be just an artefact of slack not scraping metadata when the pasted url is missing the "https://" or "http://" protocol prefix. Closing for now
Right now, we redirect to https in javascript. This is not a true HTTP refresh, so things that crawl our site for metadata don't find anything. This includes when people post links on Slack or Twitter.
We can get around this in one of a few ways: