File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export default defineAppConfig({
14
14
}
15
15
} ,
16
16
seo : {
17
- siteName : 'Nuxt UI Pro - Docs template '
17
+ siteName : 'Nuxt Docs Template '
18
18
} ,
19
19
header : {
20
20
title : '' ,
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ useSeoMeta({
13
13
ogTitle: title ,
14
14
description ,
15
15
ogDescription: description ,
16
- ogImage: ' https://docs-template. nuxt.dev/social-card.png ' ,
17
- twitterImage: ' https://docs-template. nuxt.dev/social-card.png '
16
+ ogImage: ' https://assets.hub. nuxt.com/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1cmwiOiJodHRwczovL2RvY3MtdGVtcGxhdGUubnV4dC5kZXYiLCJpYXQiOjE3Mzk0NjM0MTd9.ltVAqPgKG38O01X1zl6MXfrJc55nf9OewXNFjpZ_2JY.jpg?theme=light ' ,
17
+ twitterImage: ' https://assets.hub. nuxt.com/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1cmwiOiJodHRwczovL2RvY3MtdGVtcGxhdGUubnV4dC5kZXYiLCJpYXQiOjE3Mzk0NjM0MTd9.ltVAqPgKG38O01X1zl6MXfrJc55nf9OewXNFjpZ_2JY.jpg?theme=light '
18
18
})
19
19
</script >
20
20
Original file line number Diff line number Diff line change 1
1
---
2
2
seo :
3
- title : Nuxt UI Pro - Docs template
3
+ title : Nuxt Docs Template
4
4
description : Nuxt UI Pro is a collection of premium Vue components built on top
5
5
of Nuxt UI to create beautiful & responsive Nuxt applications in minutes.
6
6
---
@@ -74,7 +74,7 @@ All-in-one documentation template
74
74
---
75
75
#title
76
76
Nuxt 3
77
-
77
+
78
78
#description
79
79
Powered by Nuxt 3 for optimal performances and SEO.
80
80
:::
@@ -87,7 +87,7 @@ All-in-one documentation template
87
87
---
88
88
#title
89
89
Markdown
90
-
90
+
91
91
#description
92
92
Write your pages with MDC thanks to Nuxt Content.
93
93
:::
@@ -100,7 +100,7 @@ All-in-one documentation template
100
100
---
101
101
#title
102
102
Nuxt UI v3
103
-
103
+
104
104
#description
105
105
Offers a very large set of full customizable components.
106
106
:::
@@ -113,7 +113,7 @@ All-in-one documentation template
113
113
---
114
114
#title
115
115
TypeScript
116
-
116
+
117
117
#description
118
118
A fully typed development experience.
119
119
:::
@@ -126,7 +126,7 @@ All-in-one documentation template
126
126
---
127
127
#title
128
128
Nuxt Studio
129
-
129
+
130
130
#description
131
131
Supported by Nuxt Studio for fast updates and previews.
132
132
:::
@@ -139,7 +139,7 @@ All-in-one documentation template
139
139
---
140
140
#title
141
141
Search
142
-
142
+
143
143
#description
144
144
A full-text search modal powered by Fuse.js.
145
145
:::
Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ export default defineNuxtConfig({
55
55
56
56
llms : {
57
57
domain : 'https://docs-template.nuxt.dev/' ,
58
- title : 'Nuxt UI Pro - Docs template ' ,
59
- description : 'A template for building documentation with Nuxt UI Pro and Nuxt Content' ,
58
+ title : 'Nuxt Docs Template ' ,
59
+ description : 'A template for building documentation with Nuxt UI Pro and Nuxt Content. ' ,
60
60
full : {
61
- title : 'Nuxt UI Pro - Docs template Full Documentation' ,
62
- description : 'This is the full documentation for the Nuxt UI Pro - Docs template '
61
+ title : 'Nuxt Docs Template - Full Documentation' ,
62
+ description : 'This is the full documentation for the Nuxt Docs Template. '
63
63
} ,
64
64
sections : [
65
65
{
You can’t perform that action at this time.
0 commit comments