diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eacdb6c..e76e0c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ pages: # the job must be named pages - echo $CI_COMMIT_TIMESTAMP $CI_COMMIT_SHORT_SHA > src/assets/version.txt - npm install -g workbox-cli script: + - export NODE_OPTIONS=--openssl-legacy-provider - npm ci - npm run build - mv public public-vue # GitLab Pages hooks on the public folder diff --git a/public/index.html b/public/index.html index 4123528..93f2580 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ - + <%= htmlWebpackPlugin.options.title %> diff --git a/src/App.vue b/src/App.vue index cb470ca..7622dd2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@