From ed328be5fda77a3a6b5a30b069ebb888ffeb5ef0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 12 Nov 2019 09:15:52 +0100 Subject: [PATCH] Fix public path --- vue.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vue.config.js b/vue.config.js index 2c9467d..43c7218 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,5 +1,3 @@ module.exports = { - publicPath: process.env.GITLAB_CI - ? '/joinpeertube/' - : '/' + publicPath: '/' }