We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c424c8 commit 13a57f3Copy full SHA for 13a57f3
docs/app.config.ts
@@ -37,7 +37,7 @@ export default defineAppConfig({
37
'aria-label': 'Nuxt Website'
38
}, {
39
icon: 'i-simple-icons-x',
40
- to: 'https://x.com/nuxt_js',
+ to: 'https://x.com/nuxt_hub',
41
target: '_blank',
42
'aria-label': 'Nuxt on X'
43
playground/app.vue
@@ -47,7 +47,7 @@ const links = [
47
</NuxtLink>
48
·
49
<NuxtLink
50
- href="https://twitter.com/nuxt_js"
+ href="https://twitter.com/nuxt_hub"
51
target="_blank"
52
class="text-sm text-gray-500 hover:text-gray-700"
53
>
0 commit comments