From 4bcb1f3dfc0d7ab34d02ab9e3e816c932188defa Mon Sep 17 00:00:00 2001 From: Sam Beckham <sbeckham@gitlab.com> Date: Sun, 3 Mar 2019 15:00:48 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 04feab6..5e563f7 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,13 @@ project's **Settings**. Read more about [user/group Pages][userpages] and [project Pages][projpages]. +## Project name +You'll need to set the correct base in docs/.vuepress/config.js. + +If you are deploying to https://<USERNAME or GROUP>.gitlab.io/, you can omit base as it defaults to "/". + +If you are deploying to https://<USERNAME or GROUP>.gitlab.io/<REPO>/, (i.e. your repository is at https://gitlab.com/<USERNAME>/<REPO>), set base to "/<REPO>/". + ## Did you fork this project? If you forked this project for your own use, please go to your project's -- GitLab