Hacker News new | ask | show | jobs
by neoziro 918 days ago
It is deployed on Vercel, weird!
1 comments

perhaps you are missing the redirect to www?
Looks fine to me. (It should be redirecting http to https)

GET / HTTP/1.0 User-Agent: - Host: makemeepic.app Accept: /

HTTP/1.0 308 Permanent Redirect Content-Type: text/plain Location: https://makemeepic.app/ Refresh: 0;url=https://makemeepic.app/ server: Vercel

It is automatic with Vercel, I just tried and it works for me. Maybe your config or your browser? I don't know.