UNPKG

metax

Version:

Add SEO and other metadata tags to your Gatsby website.

8 lines (6 loc) 119 B
const imageMeta = ({ content }) => ({ content, name: "image", property: "og:image", }) export default imageMeta