docs: add thumbnail (#3458)
This commit is contained in:
parent
2ed3949307
commit
f9a900ff3a
BIN
docs/public/thumbnail.jpg
Normal file
BIN
docs/public/thumbnail.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
@ -11,6 +11,15 @@ export default {
|
||||
name="og:description"
|
||||
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: (
|
||||
|
Loading…
Reference in New Issue
Block a user