Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ We recommend always using a `www` subdomain, even if you also use an apex domain

## Using a custom domain across multiple repositories

If you set a custom domain for a user or organization site, by default, the same custom domain will be used for all project sites owned by the same account. For more information about site types, see [AUTOTITLE](/pages/getting-started-with-github-pages/what-is-github-pages#types-of-github-pages-sites).
If you set a custom domain for a user or organization site, by default, the same custom domain will be used for all project sites owned by the same account. This will only work if the custom domain is set on a user or organization site. For more information about site types, see [AUTOTITLE](/pages/getting-started-with-github-pages/what-is-github-pages#types-of-github-pages-sites).
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The added sentence "This will only work if the custom domain is set on a user or organization site." is redundant with the preceding clause (it restates the same condition) and can read as confusing/tautological. Consider rephrasing to clarify the contrast instead (e.g., that the default only applies when the custom domain is configured on the user/org site, not when it's configured on a project site).

Copilot uses AI. Check for mistakes.

For example, if the custom domain for your user site is `www.octocat.com`, and you have a project site with no custom domain configured that is published from a repository called `octo-project`, the {% data variables.product.prodname_pages %} site for that repository will be available at `www.octocat.com/octo-project`.

Expand Down
Loading