Skip to content
Snippets Groups Projects
Chris Coley's avatar
Chris Coley authored
That extra request to the default /favicon.ico path on the root of the
domain, which is not a valid path because Pages has no root namespace,
was being redirected to an auth page. That auth page was setting cookies
which were then being passed along with subsequent requests, causing the
pages to not be cached. Hopefully this fixes that.
5af2ffd8
History

pipeline status


Example plain HTML site using GitLab Pages and Environments.

The Pages site is available at https://gitlab-tests.pages.codingallnight.com/pages-test

The Environments are dynamic, changing every time a CI job is ran. However, you can see the currently available ones here: https://git.codingallnight.com/gitlab-pages/pages-test/-/environments?search=review

Learn more about GitLab Pages at https://pages.gitlab.io and the official documentation https://docs.gitlab.com/ce/user/project/pages/.

GitLab User or Group Pages

To use this project as your user/group website, you will need one additional step: just rename your project to namespace.gitlab.io, where namespace is your username or groupname. This can be done by navigating to your project's Settings.

Read more about user/group Pages and project Pages.