Skip to content

Commit

Permalink
Merge branch 'master' into renovate/all-minor-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed May 18, 2020
2 parents 5f5f6a6 + a7d3142 commit 0978e4d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/cna-template/template/nuxt/nuxt.config.js
Expand Up @@ -2,11 +2,14 @@
<%_ } _%>

export default {
// https://nuxtjs.org/api/configuration-mode
/*
** Nuxt rendering mode
** See https://nuxtjs.org/api/configuration-mode
*/
mode: '<%= mode %>',
/*
** Headers of the page
** https://nuxtjs.org/api/configuration-head
** See https://nuxtjs.org/api/configuration-head
*/
head: {
<%_ if (ui === 'vuetify') { _%>
Expand Down Expand Up @@ -144,7 +147,7 @@ export default {
<%_ } _%>
/*
** Build configuration
** https://nuxtjs.org/api/configuration-build
** See https://nuxtjs.org/api/configuration-build/
*/
build: {
<%_ if (ui === 'bulma') { _%>
Expand Down

0 comments on commit 0978e4d

Please sign in to comment.