Skip to content

Commit 0f21115

Browse files
committed
chore(app): update metas
1 parent d283860 commit 0f21115

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

‎app/app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineAppConfig({
1414
}
1515
},
1616
seo: {
17-
siteName: 'Nuxt UI Pro - Docs template'
17+
siteName: 'Nuxt Docs Template'
1818
},
1919
header: {
2020
title: '',

‎app/pages/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ useSeoMeta({
1313
ogTitle: title,
1414
description,
1515
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'
1818
})
1919
</script>
2020

‎content/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
seo:
3-
title: Nuxt UI Pro - Docs template
3+
title: Nuxt Docs Template
44
description: Nuxt UI Pro is a collection of premium Vue components built on top
55
of Nuxt UI to create beautiful & responsive Nuxt applications in minutes.
66
---
@@ -74,7 +74,7 @@ All-in-one documentation template
7474
---
7575
#title
7676
Nuxt 3
77-
77+
7878
#description
7979
Powered by Nuxt 3 for optimal performances and SEO.
8080
:::
@@ -87,7 +87,7 @@ All-in-one documentation template
8787
---
8888
#title
8989
Markdown
90-
90+
9191
#description
9292
Write your pages with MDC thanks to Nuxt Content.
9393
:::
@@ -100,7 +100,7 @@ All-in-one documentation template
100100
---
101101
#title
102102
Nuxt UI v3
103-
103+
104104
#description
105105
Offers a very large set of full customizable components.
106106
:::
@@ -113,7 +113,7 @@ All-in-one documentation template
113113
---
114114
#title
115115
TypeScript
116-
116+
117117
#description
118118
A fully typed development experience.
119119
:::
@@ -126,7 +126,7 @@ All-in-one documentation template
126126
---
127127
#title
128128
Nuxt Studio
129-
129+
130130
#description
131131
Supported by Nuxt Studio for fast updates and previews.
132132
:::
@@ -139,7 +139,7 @@ All-in-one documentation template
139139
---
140140
#title
141141
Search
142-
142+
143143
#description
144144
A full-text search modal powered by Fuse.js.
145145
:::

‎nuxt.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ export default defineNuxtConfig({
5555

5656
llms: {
5757
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.',
6060
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.'
6363
},
6464
sections: [
6565
{

0 commit comments

Comments
 (0)