Skip to content

Commit

Permalink
fix(docs) Исправил Type '"большое_изображение"' is not assignable to …
Browse files Browse the repository at this point in the history
…type
  • Loading branch information
Ivan Bochkarev committed Jun 12, 2024
1 parent fdda674 commit 34ce70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1.getting-started/5.seo-meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ useSeoMeta({
description: 'Это мой невероятный сайт, позвольте мне рассказать вам о нем.',
ogDescription: 'Это мой невероятный сайт, позвольте мне рассказать вам о нем.',
ogImage: 'https://example.com/image.png',
twitterCard: 'большое_изображение',
twitterCard: 'summary_large_image',
})
</script>
```
Expand Down

0 comments on commit 34ce70b

Please sign in to comment.