From d1e131a3d2b223b336557b625f5800b595631e90 Mon Sep 17 00:00:00 2001 From: JosephK Date: Wed, 28 Feb 2018 17:47:14 +0100 Subject: [PATCH] Test baseurl --- .gitlab-ci.yml | 3 --- config.toml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44a1299..112a70c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,9 +24,6 @@ pages: stage: deploy script: - hugo - - mkdir .public - - cp -r * .public - - mv .public public artifacts: paths: - public diff --git a/config.toml b/config.toml index c9ebe22..4aa195f 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # hostname (and path) to the root eg. https://appernetic.github.io/ -baseurl = "/" +baseurl = "/joinpeertube/" # Remark if you want to disable multilingual support. DefaultContentLanguage = "fr"