update ci

This commit is contained in:
Simon Vieille 2023-01-30 11:50:48 +01:00
parent 6057264d2e
commit c36c0f61d6
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -4,7 +4,7 @@ pipeline:
commands:
- npm i
- sed -i "s#setPublicPath('/')#setPublicPath('/og-image')#" webpack.config.js
- sed -i "s#base: '/'#base: '/og-image'#" src/router.js
- sed -i "s#base\: '/'#base\: '/og-image'#" src/router.js
- npm run build
update: