File tree Expand file tree Collapse file tree 2 files changed +11
-25
lines changed
src/runtime/components/app Expand file tree Collapse file tree 2 files changed +11
-25
lines changed Original file line number Diff line number Diff line change @@ -61,5 +61,15 @@ export default defineNuxtConfig({
61
61
{ text : 'Terms' , to : '/terms' } ,
62
62
] ,
63
63
} ,
64
+
65
+ // Credits
66
+ credits : {
67
+ creator : {
68
+ name : 'Nuxtify' ,
69
+ domain : 'nuxtify.dev' ,
70
+ } ,
71
+ prependText : 'Made with love by' ,
72
+ appendText : ' Ship weirdly fast.' ,
73
+ } ,
64
74
} ,
65
75
} )
Original file line number Diff line number Diff line change @@ -77,31 +77,7 @@ const footerSecondaryLinks = nuxtifyConfig.navigation?.altSecondary
77
77
cols =" 12"
78
78
sm =" 9"
79
79
>
80
- <small >
81
- <!-- Credits -->
82
- {{ nuxtifyConfig.credits?.prependText }}
83
- <span v-if =" nuxtifyConfig.credits?.creator?.name" >
84
- <a
85
- v-if =" nuxtifyConfig.credits.creator.domain"
86
- :href =" `https://${nuxtifyConfig.credits.creator.domain}/?utm_source=${nuxtifyConfig.brand?.domain}&utm_medium=referral&utm_campaign=createdby`"
87
- target =" _blank"
88
- rel =" noopener nofollow"
89
- class =" font-weight-bold"
90
- >{{ nuxtifyConfig.credits?.creator?.name }}</a ><span v-else >{{ nuxtifyConfig.credits?.creator?.name }}</span >.
91
- </span >
92
-
93
- <!-- Message -->
94
- {{ nuxtifyConfig.credits?.appendText }}
95
-
96
- <!-- Powered By -->
97
- <span v-if =" nuxtifyConfig.credits?.showPoweredBy" >
98
- <a
99
- :href =" `https://nuxtify.dev/?utm_source=${nuxtifyConfig.brand?.domain}&utm_medium=referral&utm_campaign=poweredby`"
100
- target =" _blank"
101
- rel =" noopener nofollow"
102
- >Powered by Nuxtify</a >.
103
- </span >
104
- </small >
80
+ <AppCredits />
105
81
106
82
<v-divider
107
83
v-if =" footerSecondaryLinks?.length"
You can’t perform that action at this time.
0 commit comments