metaseo
v0.0.1
Published
## Installation
Downloads
2
Maintainers
Readme
Meta SEO
Installation
npm i metaseo
Or
yarn add metaseo
Using
import { Metadata } from "metaseo";
export default function App() {
return (
<Html>
<Head>
<Metadata
config={{
...config
}}
/>
</Head>
</Html>
);
}