From 0cbc0f52c3d32f47d6ede80986fd80a09f6c4a23 Mon Sep 17 00:00:00 2001 From: Tino Hager Date: Mon, 13 Nov 2023 11:50:21 +0100 Subject: [PATCH] Update quasar.config.js --- src/Frontend/quasar.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Frontend/quasar.config.js b/src/Frontend/quasar.config.js index 0f14601..4555160 100644 --- a/src/Frontend/quasar.config.js +++ b/src/Frontend/quasar.config.js @@ -59,7 +59,7 @@ module.exports = configure(function (ctx) { // transpile: false, // publicPath: '/', - publicPath: '.' + publicPath: '/auth/' // Add dependencies for transpiling with Babel (Array of string/regex) // (from node_modules, which are by default not transpiled).