Skip to content

Commit

Permalink
docs: fix usage of extends
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux authored Sep 16, 2024
1 parent 61ac9fc commit 9f4a5f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/1.docs/1.getting-started/4.remote-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,11 @@ bun add @nuxthub/core
```
::

2. Add it to the `extends` section in your `nuxt.config` and set the `remote` option to `true`:
2. Add it to the `modules` section in your `nuxt.config` and set the `remote` option to `true`:

```ts [nuxt.config.ts]
export default defineNuxtConfig({
extends: ['@nuxthub/core'],
modules: ['@nuxthub/core'],
hub: {
remote: true
}
Expand Down

0 comments on commit 9f4a5f0

Please sign in to comment.