UNPKG

metax

Version:

Add SEO and other metadata tags to your Gatsby website.

13 lines (10 loc) 284 B
/** * Package Name: MetaX * Package URI: https://www.npmjs.com/package/muy-ui * Description: Add SEO and another metadata tags * Author: Muy * Author URI: https://github.com/muy/muy * License: MIT */ import { SEO } from "./components/SEO" export { SEO }