Fix public path

This commit is contained in:
Chocobozzz 2019-11-12 09:15:52 +01:00
parent 7b7482fe77
commit ed328be5fd
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -1,5 +1,3 @@
module.exports = {
publicPath: process.env.GITLAB_CI
? '/joinpeertube/'
: '/'
publicPath: '/'
}