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 Nov 13, 2023
1 parent fb556d7 commit 94cc974
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Frontend/quasar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ module.exports = configure(function (ctx) {

// Full list of options: https://v2.quasar.dev/quasar-cli-webpack/quasar-config-js#Property%3A-build
build: {
vueRouterMode: 'history' // available values: 'hash', 'history'
vueRouterMode: 'history', // available values: 'hash', 'history'

// transpile: false,
// publicPath: '/',
publicPath: '.'

// Add dependencies for transpiling with Babel (Array of string/regex)
// (from node_modules, which are by default not transpiled).
Expand Down

0 comments on commit 94cc974

Please sign in to comment.