Skip to content

Commit

Permalink
Update quasar.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Jul 19, 2024
1 parent 02250e0 commit 4dee3bf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Frontend/quasar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@ module.exports = configure(function (/* ctx */) {

// Full list of options: https://v2.quasar.dev/quasar-cli-vite/quasar-config-js#build
build: {
publicPath: '',
extendViteConf (viteConf) {
viteConf.base = ''
},
publicPath: '/email-header-analyzer',
target: {
browser: ['es2019', 'edge88', 'firefox78', 'chrome87', 'safari13.1'],
node: 'node16'
Expand Down

0 comments on commit 4dee3bf

Please sign in to comment.