Updated for Discord compatibility #4 !!!

This commit is contained in:
Relism
2024-12-23 23:17:56 +01:00
parent 2da6247ec1
commit c4514882dd
2 changed files with 5 additions and 2 deletions
+1 -2
View File
@@ -25,8 +25,7 @@ export default {
['meta', { name: 'twitter:image:src', content: absoluteImageUrl }], ['meta', { name: 'twitter:image:src', content: absoluteImageUrl }],
['meta', { name: 'twitter:card', content: 'summary_large_image' }], ['meta', { name: 'twitter:card', content: 'summary_large_image' }],
['meta', { name: 'twitter:image:height', content: 1280 }], ['meta', { name: 'twitter:image:height', content: 1280 }],
['meta', { name: 'twitter:image:width', content: 669 }], ['meta', { name: 'twitter:image:width', content: 669 }]
['meta', { name: 'twitter:description', content: '""' }]
); );
}, },
}; };
+4
View File
@@ -2,6 +2,10 @@
banner_title: "Pixel Services Documentation" banner_title: "Pixel Services Documentation"
banner_description: "Explore the documentation for all public Pixel Services projects" banner_description: "Explore the documentation for all public Pixel Services projects"
head:
- - meta
- name: "twitter:description"
# https://vitepress.dev/reference/default-theme-home-page # https://vitepress.dev/reference/default-theme-home-page
layout: home layout: home