Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem authored Apr 4, 2024
1 parent 97aaa11 commit 8d97e9f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,7 @@ npx nuxi@latest module add algolia

## Basic usage

Firstly, you need to add `@nuxtjs/algolia` to your Nuxt config.

```js
export default defineNuxtConfig({
modules: ['@nuxtjs/algolia']
})
```

Furthermore, add `ALGOLIA_API_KEY` and `ALGOLIA_APPLICATION_ID` environment variables to .env file.
Add `ALGOLIA_API_KEY` and `ALGOLIA_APPLICATION_ID` environment variables to .env file.

```env
ALGOLIA_API_KEY="0fd1c4eba2d831788333e77c9d855f1d"
Expand Down

0 comments on commit 8d97e9f

Please sign in to comment.