Skip to content

Commit

Permalink
Update 1.quick-start.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem authored Apr 4, 2024
1 parent 8d97e9f commit ac6895b
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions docs/content/1.getting-started/1.quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,14 @@ description: ''
npx nuxi@latest module add algolia
```

2. **Enable the module in your Nuxt configuration**

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

::alert{type="info"}
You can find more about configuring `@nuxtjs/algolia` [here](/getting-started/configuration).
::

3. **Add [ALGOLIA_API_KEY](https://www.algolia.com/doc/guides/security/api-keys/) and [ALGOLIA_APPLICATION_ID](https://www.algolia.com/account/api-keys/) to the .env**
2. **Add [ALGOLIA_API_KEY](https://www.algolia.com/doc/guides/security/api-keys/) and [ALGOLIA_APPLICATION_ID](https://www.algolia.com/account/api-keys/) to the .env**

```env
ALGOLIA_API_KEY="0fd1c4eba2d831788333e77c9d855f1d"
ALGOLIA_APPLICATION_ID="AGN9HEEKF3"
```

4. **Use Algolia in your application**
3. **Use Algolia in your application**

Client side:

Expand Down

0 comments on commit ac6895b

Please sign in to comment.