File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ export default defineAppConfig ( {
2+ nuxtify : {
3+ // Brand
4+ brand : {
5+ tagline : 'Catchy tagline' ,
6+ } ,
7+
8+ // Announcement
9+ announcement : {
10+ show : true ,
11+ message : 'This is a site wide announcement!' ,
12+ buttonText : 'Click me' ,
13+ buttonUrl : 'https://nuxtify.dev/' ,
14+ } ,
15+
16+ // Credits
17+ credits : {
18+ creator : {
19+ name : 'Nuxtify' ,
20+ domain : 'nuxtify.dev' ,
21+ } ,
22+ prependText : 'Made with love by' ,
23+ appendText : ' Ship weirdly fast.' ,
24+ } ,
25+ } ,
26+ } )
Original file line number Diff line number Diff line change @@ -3,30 +3,6 @@ export default defineNuxtConfig({
33 devtools : { enabled : true } ,
44 compatibilityDate : '2026-01-15' ,
55 nuxtifyCore : {
6- // Logs
76 verboseLogs : true ,
8-
9- // Brand
10- brand : {
11- tagline : 'Catchy tagline' ,
12- } ,
13-
14- // Announcement
15- announcement : {
16- show : true ,
17- message : 'This is the announcement bar for the @nuxtify/core playground!' ,
18- buttonText : 'Click me' ,
19- buttonUrl : 'https://nuxtify.dev/' ,
20- } ,
21-
22- // Credits
23- credits : {
24- creator : {
25- name : 'Nuxtify' ,
26- domain : 'nuxtify.dev' ,
27- } ,
28- prependText : 'Made with love by' ,
29- appendText : ' Ship weirdly fast.' ,
30- } ,
317 } ,
328} )
You can’t perform that action at this time.
0 commit comments