From 9ca59672618cfea69e30ca1977739e1c0381e69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Fri, 1 Nov 2024 13:20:28 +0100 Subject: [PATCH] =?UTF-8?q?P=C5=99esun=20vue=20(zat=C3=ADm)=20do=20treenod?= =?UTF-8?q?=C5=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- make/push_compiled_vue_to_test | 2 +- vue_frontend/vue.config.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/make/push_compiled_vue_to_test b/make/push_compiled_vue_to_test index 99495a7b..0241074c 100755 --- a/make/push_compiled_vue_to_test +++ b/make/push_compiled_vue_to_test @@ -4,7 +4,7 @@ set -exuo pipefail . make/lib.sh scp vue_frontend/webpack-stats.json "$GIMLI_LOGIN:$TESTWEB/vue_frontend/" -rsync -ave ssh seminar/static/seminar/vue "$GIMLI_LOGIN:$TESTWEB/seminar/static/seminar/" +rsync -ave ssh treenode/static/treenode/vue "$GIMLI_LOGIN:$TESTWEB/treenode/static/treenode/" ssh "$GIMLI_LOGIN" " set -euxo pipefail cd $TESTWEB diff --git a/vue_frontend/vue.config.js b/vue_frontend/vue.config.js index e4fc61ce..afe78eee 100644 --- a/vue_frontend/vue.config.js +++ b/vue_frontend/vue.config.js @@ -17,9 +17,9 @@ module.exports = { filenameHashing: false, productionSourceMap: true, publicPath: process.env.NODE_ENV === 'production' - ? '/static/seminar/vue/' + ? '/static/treenode/vue/' : 'http://localhost:8080/', - outputDir: '../seminar/static/seminar/vue/', + outputDir: '../treenode/static/treenode/vue/', chainWebpack: config => {