From 790e89b643693467f855b8636da5a6b9225e130f Mon Sep 17 00:00:00 2001
From: Christophe Chaudier <christophe@lydra.fr>
Date: Wed, 30 Nov 2022 18:58:18 +0100
Subject: [PATCH] fix: base url

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e954d9c..c479a2c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,8 @@ stages:
 
 variables:
   SUB_GROUP: "poc"
-  BASE_URL: "/"
+  # https://dashy.to/docs/management#web-server-configuration
+  BASE_URL: "/poc/dashy/"
 
 pages:
   image: lissy93/dashy:2.1.1
-- 
GitLab