From 32a35eb69ba6d40ea8527668f96158f05f4ebc6f Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Fri, 24 May 2019 10:16:18 +0800 Subject: [PATCH] serve the spa from the base url --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f01f548..d3345ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ build: - apt install -y nodejs - rm ./package-lock.json - npm install - - ./node_modules/@angular/cli/bin/ng build --prod --base-href=/sv2/ + - ./node_modules/@angular/cli/bin/ng build --prod --base-href=/ artifacts: paths: - ./dist/ -- GitLab