An open API service indexing awesome lists of open source software.

https://github.com/innei/rakkas-seo


https://github.com/innei/rakkas-seo

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# rakkas SEO

This project fork [next-seo](https://github.com/garmeeh/next-seo)

## Install

```
npm i rakkas-seo
```

## Usage

First, add this code in your `vite.config.ts`.

```ts
export default defineConfig({
ssr: { noExternal: ["rakkas-seo"] }, // add this
});

```

Then.

```tsx
import { Seo } from "rakkas-seo";
```

It's used in the same way as NextSeo. Enjoy.