Signed-off-by: Abdur-Rahman Mansoor <armansoor@missingno.dev>
This commit is contained in:
Abdur-Rahman Mansoor 2026-04-02 18:43:03 -04:00
parent d11f27378f
commit 67e7a8b705

View file

@ -54,7 +54,7 @@ To understand how the Pages server serves content, you need to know that a user
But the server might not know that it is responsible for `yourdomain.com` and it cannot just serve all domains in the world.
So to find out if the server is responsible for `yourdomain.com` it will check the DNS entries of `yourdomain.com`.
If it returns something with `codeberg.page` (according to the domain schemes mentioned below) then it knows which
respository to check for the `.domains` file and your content.
repository to check for the `.domains` file and your content.
{% endadmonition %}