Skip to content

Commit ab1d5ae

Browse files
authored
Branch was updated using the 'autoupdate branch' Actions workflow.
2 parents 6901cfb + 9408bf1 commit ab1d5ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/github/working-with-github-pages/troubleshooting-custom-domains-and-github-pages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Then, make sure the _CNAME_ file is formatted correctly.
2323

2424
- The _CNAME_ filename must be all uppercase.
2525
- The _CNAME_ file can contain only one domain. To point multiple domains to your site, you must set up a redirect through your DNS provider.
26-
- The _CNAME_ entry must be the bare domain. For example, `www.example.com`,`blog.example.com`, or `example.com`.
27-
- The _CNAME_ entry can only be used once on {% data variables.product.product_name %}. For example, if another repository's _CNAME_ file contains `example.com`, you cannot use `example.com` in the _CNAME_ file for your repository.
26+
- The _CNAME_ file must contain the domain name only. For example, `www.example.com`, `blog.example.com`, or `example.com`.
27+
- The domain name must be unique across all {% data variables.product.prodname_pages %} sites. For example, if another repository's _CNAME_ file contains `example.com`, you cannot use `example.com` in the _CNAME_ file for your repository.
2828

2929
### DNS misconfiguration
3030

0 commit comments

Comments
 (0)