mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
fix typo
Signed-off-by: Abdur-Rahman Mansoor <armansoor@missingno.dev>
This commit is contained in:
parent
d11f27378f
commit
67e7a8b705
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue