docs: add thumbnail (#3458)

This commit is contained in:
Krzysztof Moch 2024-01-05 14:46:10 +01:00 committed by GitHub
parent 2ed3949307
commit f9a900ff3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

BIN
docs/public/thumbnail.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

View File

@ -11,6 +11,15 @@ export default {
name="og:description" name="og:description"
content="A Video component for React Native" content="A Video component for React Native"
/> />
<meta
name="og:image"
content="https://react-native-video.github.io/react-native-video/thumbnail.jpg"
/>
<meta
name="twitter:image"
content="https://react-native-video.github.io/react-native-video/thumbnail.jpg"
/>
<meta name="twitter:image:alt" content="React Native Video" />
</> </>
), ),
logo: ( logo: (