Fix base path
When setting the base path in the CI stage build page, the CI_COMMIT_REF_SLUG is used as a basis for vuepress' base path.
While this is correct for the environments, it doesn't consider that the assets etc. for main are in the public directory, not in public/$CI_COMMIT_REF_SLUG.