Skip to content

Commit

Permalink
docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan Savinov committed Jan 21, 2023
1 parent 6ac6e3e commit 242802e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineNuxtConfig({
name: 'description',
content: 'Equal is a Vue UI library based on TypeScript',
},
{ name: 'twitter:card', content: 'summary' },
{ name: 'twitter:card', content: 'summary_large_image' },
{ name: 'twitter:site', content: '@EqualVue' },
{ name: 'twitter:creator', content: '@k0mmsussertod' },
{
Expand All @@ -28,7 +28,7 @@ export default defineNuxtConfig({
},
{
property: 'og:image',
content: 'https://equal-ui.github.io/Equal/logo.png',
content: 'https://equal-ui.github.io/Equal/twitter.png',
},
],
link: [
Expand Down
Binary file added docs/public/twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 242802e

Please sign in to comment.