Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Lambdac0re committed May 11, 2022
1 parent cd6cb89 commit 6a43413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/quasar-cli-webpack/quasar-config-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ build: {
| publicPath | String | Public path of your app. By default, it uses the root. Use it when your public path is something else, like "<protocol>://<domain>/some/nested/folder" -- in this case, it means the distributables are in "some/nested/folder" on your webserver. |
| appBase | String | Force app base tag with your custom value; configure only if you **really** know what you are doing, otherwise you can easily break your app. Highly recommended is to leave this computed by @quasar/app-webpack. |
| vueRouterBase | String | Force vue router base with your custom value; configure only if you **really** know what you are doing, otherwise you can easily break your app. Highly recommended is to leave this computed by @quasar/app-webpack. |
| vueRouterMode | String | Sets [Vue Router mode](https://router.vuejs.org/en/essentials/history-mode.html): 'hash' or 'history'. Pick wisely. History mode requires configuration on your deployment web server too. |
| vueRouterMode | String | Sets [Vue Router mode](https://router.vuejs.org/guide/essentials/history-mode.html): 'hash' or 'history'. Pick wisely. History mode requires configuration on your deployment web server too. |
| htmlFilename | String | Default is 'index.html'. |
| ssrPwaHtmlFilename | String | Used for SSR+PWA mode. Default is 'offline.html'. |
| productName | String | Default value is taken from package.json > productName field. |
Expand Down

0 comments on commit 6a43413

Please sign in to comment.