Fix dashboard exposition through a router

This commit is contained in:
Michael 2024-03-13 15:56:04 +01:00 committed by GitHub
parent 4e1e2f5ed0
commit 83e4abdb30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -120,6 +120,11 @@ module.exports = configure(function (ctx) {
supportIE: false,
build: {
// Needed to have relative assets in the index.html
// https://github.com/quasarframework/quasar/issues/8513#issuecomment-1127654470
extendViteConf(viteConf, {isServer, isClient}) {
viteConf.base = "";
},
viteVuePluginOptions: {
template: {
compilerOptions: {