Skip to content

Commit 9f4a5f0

Browse files
authored
docs: fix usage of extends
1 parent 61ac9fc commit 9f4a5f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/1.docs/1.getting-started/4.remote-storage.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,11 @@ bun add @nuxthub/core
160160
```
161161
::
162162

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

165165
```ts [nuxt.config.ts]
166166
export default defineNuxtConfig({
167-
extends: ['@nuxthub/core'],
167+
modules: ['@nuxthub/core'],
168168
hub: {
169169
remote: true
170170
}

0 commit comments

Comments
 (0)