We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1506beb commit 5103befCopy full SHA for 5103bef
โdocs/.vitepress/config/shared.ts
@@ -80,13 +80,13 @@ export const sharedConfig = defineConfig({
80
content: 'summary_large_image',
81
},
82
],
83
- [
84
- 'meta',
85
- {
86
- property: 'twitter:image',
87
- content: META_IMAGE,
88
- },
89
- ],
+ // [
+ // 'meta',
+ // {
+ // property: 'twitter:image',
+ // content: META_IMAGE,
+ // },
+ // ],
90
91
// Vue School Top banner
92
[
@@ -107,7 +107,7 @@ export const sharedConfig = defineConfig({
107
outline: [2, 3],
108
109
socialLinks: [
110
- { icon: 'twitter', link: 'https://twitter.com/posva' },
+ { icon: 'x', link: 'https://twitter.com/posva' },
111
{
112
icon: 'github',
113
link: 'https://github.com/vuejs/router',
0 commit comments