Skip to content

Commit 941848d

Browse files
committed
Update quasar.config.js
1 parent 7e5b9c3 commit 941848d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Frontend/quasar.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ module.exports = configure(function (/* ctx */) {
5252

5353
// Full list of options: https://v2.quasar.dev/quasar-cli-vite/quasar-config-js#build
5454
build: {
55+
publicPath: '',
56+
extendViteConf (viteConf) {
57+
viteConf.base = ''
58+
},
5559
target: {
5660
browser: ['es2019', 'edge88', 'firefox78', 'chrome87', 'safari13.1'],
5761
node: 'node16'

0 commit comments

Comments
 (0)