From 2a473e6b676824a3b251aa5276e2e694ca3c4f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sun, 27 Jul 2025 20:44:24 +0200 Subject: [PATCH] chore: don't serve las on /las/ --- vue.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vue.config.js b/vue.config.js index ea775c3..b68ef4c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,6 +1,6 @@ module.exports = { - publicPath: process.env.VUE_APP_BASE_URL || '/las/', - devServer: { - hot: false - } + // publicPath: process.env.VUE_APP_BASE_URL || '/las/', + devServer: { + hot: false, + }, };