Skip to content

Commit 5103bef

Browse files
committed
docs: twitter logo
1 parent 1506beb commit 5103bef

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

โ€Ždocs/.vitepress/config/shared.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ export const sharedConfig = defineConfig({
8080
content: 'summary_large_image',
8181
},
8282
],
83-
[
84-
'meta',
85-
{
86-
property: 'twitter:image',
87-
content: META_IMAGE,
88-
},
89-
],
83+
// [
84+
// 'meta',
85+
// {
86+
// property: 'twitter:image',
87+
// content: META_IMAGE,
88+
// },
89+
// ],
9090

9191
// Vue School Top banner
9292
[
@@ -107,7 +107,7 @@ export const sharedConfig = defineConfig({
107107
outline: [2, 3],
108108

109109
socialLinks: [
110-
{ icon: 'twitter', link: 'https://twitter.com/posva' },
110+
{ icon: 'x', link: 'https://twitter.com/posva' },
111111
{
112112
icon: 'github',
113113
link: 'https://github.com/vuejs/router',

0 commit comments

Comments
ย (0)