Skip to content

Commit

Permalink
docs: fix social meta overrides (#7278)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev authored Jan 17, 2025
1 parent 6ee8ec0 commit 66357f3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ export default ({ mode }: { mode: string }) => {
['meta', { property: 'og:description', content: vitestDescription }],
['meta', { property: 'og:url', content: ogUrl }],
['meta', { property: 'og:image', content: ogImage }],
['meta', { name: 'twitter:title', content: vitestName }],
['meta', { name: 'twitter:description', content: vitestDescription }],
['meta', { name: 'twitter:image', content: ogImage }],
['meta', { name: 'twitter:card', content: 'summary_large_image' }],
['link', { rel: 'preload', as: 'style', onload: 'this.onload=null;this.rel=\'stylesheet\'', href: font }],
['noscript', {}, `<link rel="stylesheet" crossorigin="anonymous" href="${font}" />`],
Expand Down

0 comments on commit 66357f3

Please sign in to comment.