Y
Hacker News
new
|
ask
|
show
|
jobs
by
jstanley
724 days ago
What is up with the URL?
2 comments
simpsoka
724 days ago
Sorry, I don't know how that got added. It's
https://flipdisc.io/
link
pvg
724 days ago
It's this misline in your html
<link rel="canonical" href="
http://localhost:4321/
">
HN extracts these.
link
dang
724 days ago
And handles them inappropriately, it seems, since we converted the URL to
https://flipdisc.io/http://localhost:4321/
.
I've fixed it now.
link
simpsoka
724 days ago
Cool, thanks! I'll update that.
link
qmarchi
724 days ago
Excellent question, it should probably be changed to
https://flipdisc.io/
(truncating everything after the first /)
link