Skip to content

Commit ebc023c

Browse files
JOJ0tmetz
andauthored
Clarify Pages apex domain setup (#4955)
Co-authored-by: Tammy Metz <tmetz@github.com>
1 parent 0f1ca01 commit ebc023c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/github/working-with-github-pages/managing-a-custom-domain-for-your-github-pages-site.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To set up a `www` or custom subdomain, such as `www.example.com` or `blog.exampl
6060

6161
### Configuring an apex domain
6262

63-
To set up an apex domain, such as `example.com`, you must configure a _CNAME_ file in your {% data variables.product.prodname_pages %} repository and an `ALIAS`, `ANAME`, or `A` record with your DNS provider.
63+
To set up an apex domain, such as `example.com`, you must configure a _CNAME_ file in your {% data variables.product.prodname_pages %} repository and at least one `ALIAS`, `ANAME`, or `A` record with your DNS provider.
6464

6565
{% data reusables.pages.www-and-apex-domain-recommendation %}
6666

@@ -70,7 +70,7 @@ To set up an apex domain, such as `example.com`, you must configure a _CNAME_ fi
7070
![Save custom domain button](/assets/images/help/pages/save-custom-apex-domain.png)
7171
5. Navigate to your DNS provider and create either an `ALIAS`, `ANAME`, or `A` record. {% data reusables.pages.contact-dns-provider %}
7272
- To create an `ALIAS` or `ANAME` record, point your apex domain to the default domain for your site. {% data reusables.pages.default-domain-information %}
73-
- To create an `A` record, point your apex domain to the IP addresses for {% data variables.product.prodname_pages %}.
73+
- To create `A` records, point your apex domain to the IP addresses for {% data variables.product.prodname_pages %}.
7474
```shell
7575
185.199.108.153
7676
185.199.109.153

0 commit comments

Comments
 (0)