usdigitalresponse / univaf

An API hosted by USDR for recording and querying vaccine appointment availability.
https://getmyvax.org/
Apache License 2.0
7 stars 2 forks source link

Shutdown: Replace API with tombstone, 3rd try #1573

Closed Mr0grog closed 1 year ago

Mr0grog commented 1 year ago

Replace apex DNS record with A records for GitHub pages (docs: https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site). This should fix things after #1571 and #1572.

TIL I learned you technically are not supposed to have CNAME records for apex domains, despite the fact that I've done this on other providers in the past! (Now I’m curious whether those providers are automatically resolving IP addresses under the hood, or if most clients are just tolerant of you doing this.)

Part of #1550.