https://github.com/innei/rakkas-seo
https://github.com/innei/rakkas-seo
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/innei/rakkas-seo
- Owner: Innei
- Created: 2022-09-04T08:09:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T02:57:28.000Z (over 2 years ago)
- Last Synced: 2025-02-13T04:33:03.377Z (over 1 year ago)
- Language: TypeScript
- Size: 348 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
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.