From c8e4243820b5c9e7c370691db7e08b276a49b123 Mon Sep 17 00:00:00 2001 From: Thomas D'hondt <thomas.dhondt@protonmail.com> Date: Wed, 11 Mar 2020 22:09:02 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 308efd6..7aea1aa 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ served on the root path, you will need to: 1. Open `website/siteConfig.js` and change: 1. The `url` to be `https://namespace.gitlab.io` or your [custom domain](https://docs.gitlab.com/ee/user/project/pages/custom_domains_ssl_tls_certification/index.html) of choice. - 1. The `baseUrl` to be an empty string. + 1. The `baseUrl` to be '/'. If you have forked this project, and want to use it under a subpath, you will need to: -- GitLab