From 5be13be6c2aadba60ae8eaf9734b4956ded59e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Fri, 13 Jan 2023 19:36:51 +0100 Subject: [PATCH] fix relative paths for page. --- vue.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vue.config.js b/vue.config.js index 84ac0e04..dac58fd4 100644 --- a/vue.config.js +++ b/vue.config.js @@ -3,6 +3,8 @@ const webpack = require('webpack') module.exports = { productionSourceMap: false, + publicPath: './', + assetsDir: './', configureWebpack: { resolve: { alias: {