import React from 'react'; export default { head: ( <> ), logo: ( 🎬 Video component for React Native ), faviconGlyph: '🎬', project: { link: 'https://github.com/react-native-video/react-native-video', }, docsRepositoryBase: 'https://github.com/react-native-video/react-native-video/tree/master/docs/', footer: { text: ( Built with love ❤️ by React Native Community ), }, useNextSeoProps() { return { titleTemplate: '%s – Video', }; }, };