forked from nutomic/joinpeertube
Fix public path
This commit is contained in:
parent
7b7482fe77
commit
ed328be5fd
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
publicPath: process.env.GITLAB_CI
|
publicPath: '/'
|
||||||
? '/joinpeertube/'
|
|
||||||
: '/'
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue