We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
extends
1 parent 61ac9fc commit 9f4a5f0Copy full SHA for 9f4a5f0
docs/content/1.docs/1.getting-started/4.remote-storage.md
@@ -160,11 +160,11 @@ bun add @nuxthub/core
160
```
161
::
162
163
-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`:
164
165
```ts [nuxt.config.ts]
166
export default defineNuxtConfig({
167
- extends: ['@nuxthub/core'],
+ modules: ['@nuxthub/core'],
168
hub: {
169
remote: true
170
}
0 commit comments