Skip to content
Snippets Groups Projects
Commit 32a35eb6 authored by Chris Hines's avatar Chris Hines
Browse files

serve the spa from the base url

parent 32ef9cea
No related branches found
No related tags found
2 merge requests!21New css dev,!5Dev
Checking pipeline status
...@@ -13,7 +13,7 @@ build: ...@@ -13,7 +13,7 @@ build:
- apt install -y nodejs - apt install -y nodejs
- rm ./package-lock.json - rm ./package-lock.json
- npm install - npm install
- ./node_modules/@angular/cli/bin/ng build --prod --base-href=/sv2/ - ./node_modules/@angular/cli/bin/ng build --prod --base-href=/
artifacts: artifacts:
paths: paths:
- ./dist/ - ./dist/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment