UNPKG

metax

Version:

Add SEO and other metadata tags to your Gatsby website.

13 lines (9 loc) 191 B
import PropTypes from "prop-types" const authorMeta = ({ content }) => ({ content, name: "author", }) authorMeta.propTypes = { content: PropTypes.string, } export default authorMeta