From 1845dedf1f28f889b74bbeeb9c57379d2074c85b Mon Sep 17 00:00:00 2001 From: Benjamin Brienen Date: Mon, 7 Oct 2024 17:23:00 +0200 Subject: [PATCH] Update managing-a-custom-domain-for-your-github-pages-site.md (#34767) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- .../managing-a-custom-domain-for-your-github-pages-site.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site.md b/content/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site.md index cb6a15991e..bb874816d6 100644 --- a/content/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site.md +++ b/content/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site.md @@ -162,7 +162,7 @@ To configure an apex domain, you only need to pick a single DNS record type from | Apex domain
(`example.com`) | `A` | `@` | `185.199.108.153`
`185.199.109.153`
`185.199.110.153`
`185.199.111.153` | | Apex domain
(`example.com`) | `AAAA` | `@` | `2606:50c0:8000::153`
`2606:50c0:8001::153`
`2606:50c0:8002::153`
`2606:50c0:8003::153` | | Apex domain
(`example.com`) | `ALIAS` or `ANAME` | `@` | `USERNAME.github.io` or
`ORGANIZATION.github.io` | -| Subdomain
(`ww​w.example.com`,
`blog.example.com`) | `CNAME` | `SUBDOMAIN` | `USERNAME.github.io` or
`ORGANIZATION.github.io` | +| Subdomain
(`ww​w.example.com`,
`blog.example.com`) | `CNAME` | `SUBDOMAIN.example.com.` | `USERNAME.github.io` or
`ORGANIZATION.github.io` | ## Removing a custom domain