Fix website path
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-05-10 03:12:26 +03:00
parent acdff74039
commit 2db8f4dafb
2 changed files with 1 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ steps:
- cd /home/webmaster/worktime && git fetch --all && git reset --hard origin/cloud-saves - cd /home/webmaster/worktime && git fetch --all && git reset --hard origin/cloud-saves
- name: build docker - name: build docker
commands: commands:
- docker build --tag worktime:latest /home/worktime/backend - docker build --tag worktime:latest /home/webmaster/worktime/backend
- name: restart docker - name: restart docker
commands: commands:
- docker stop worktime - docker stop worktime

View File

@@ -1,7 +1,4 @@
module.exports = { module.exports = {
publicPath: process.env.NODE_ENV === 'production'
? '/worktime/'
: '/',
pwa: { pwa: {
appleMobileWebAppCapable: 'yes', appleMobileWebAppCapable: 'yes',
appleMobileWebAppStatusBarStyle: 'black-transculent', appleMobileWebAppStatusBarStyle: 'black-transculent',