Skip to content

Commit 7adaed1

Browse files
authored
docs: update driverOptions
1 parent 96c161d commit 7adaed1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/4.api/3.configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ The watcher is a development feature and will not be included in production.
7474
- Default: `['content']`{lang=ts}
7575

7676
Define different sources for contents.
77+
7778
Contents can located in multiple places, in multiple directories or in remote git repositories.
7879

7980
```ts [nuxt.config.ts]
@@ -85,9 +86,8 @@ export default defineNuxtConfig({
8586
name: 'fa-ir',
8687
prefix: '/fa', // All contents inside this source will be prefixed with `/fa`
8788
driver: 'fs',
88-
driverOptions: {
89-
base: resolve(__dirname, 'content-fa') // Path for source directory
90-
}
89+
// ...driverOptions
90+
base: resolve(__dirname, 'content-fa') // Path for source directory
9191
}
9292
]
9393
}

0 commit comments

Comments
 (0)