Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 0978e4d

Browse files
authored
Merge branch 'master' into renovate/all-minor-patch
2 parents 5f5f6a6 + a7d3142 commit 0978e4d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Diff for: packages/cna-template/template/nuxt/nuxt.config.js

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
<%_ } _%>
33

44
export default {
5-
// https://nuxtjs.org/api/configuration-mode
5+
/*
6+
** Nuxt rendering mode
7+
** See https://nuxtjs.org/api/configuration-mode
8+
*/
69
mode: '<%= mode %>',
710
/*
811
** Headers of the page
9-
** https://nuxtjs.org/api/configuration-head
12+
** See https://nuxtjs.org/api/configuration-head
1013
*/
1114
head: {
1215
<%_ if (ui === 'vuetify') { _%>
@@ -144,7 +147,7 @@ export default {
144147
<%_ } _%>
145148
/*
146149
** Build configuration
147-
** https://nuxtjs.org/api/configuration-build
150+
** See https://nuxtjs.org/api/configuration-build/
148151
*/
149152
build: {
150153
<%_ if (ui === 'bulma') { _%>

0 commit comments

Comments
 (0)