diff --git a/content/codeberg-pages/migrating-from-pages-v2.md b/content/codeberg-pages/migrating-from-pages-v2.md index 953c2b8..abe4bc7 100644 --- a/content/codeberg-pages/migrating-from-pages-v2.md +++ b/content/codeberg-pages/migrating-from-pages-v2.md @@ -43,8 +43,9 @@ Hopefully, you will only need to change the deployment method, and all your exis {% admonition "tip" %} -If you want to check that your content is being served with the new server, check the HTTP response headers. If your content is being served by the old server, the `Server` response header will say `pages-server`. -If it is being served by the new server, it will say `git-pages`. +If you want to check that your content is being served with the new server, check the HTTP response headers. +If your content is being served by the old server, there will be a `Server` response header saying `pages-server`. +If it is being served by the new server, it will say `git-pages` only. {% endadmonition %}