@hackclub/meta
React component for generating Open Graph/etc meta tags for Hack Club pages.
Designed for Next.js but framework-agnostic.
Not recommended for non-Hack Club sites—you’ll get Hack Club favicons :)
Usage
yarn add @hackclub/meta
Example for hackathons.hackclub.com:
<Meta
as={Head}
name="Hack Club"
title="Hackathons"
description="List of upcoming high school hackathons"
image="https://hackathons.hackclub.com/card.png"
color="#ec3750"
manifest="/site.webmanifest"
/>
All props are optional. If you include multiple times, the tags from the last
instance will be used.
MIT License