UNPKG

metax

Version:

Add SEO and other metadata tags to your Gatsby website.

11 lines (8 loc) 215 B
import PropTypes from "prop-types" export const appStoreAppMeta = ({content}) => ({ content, name: content && 'apple-itunes-app' }) appStoreAppMeta.propTypes = { content: PropTypes.string.isRequired }