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.
1 parent 96c161d commit 7adaed1Copy full SHA for 7adaed1
docs/content/4.api/3.configuration.md
@@ -74,6 +74,7 @@ The watcher is a development feature and will not be included in production.
74
- Default: `['content']`{lang=ts}
75
76
Define different sources for contents.
77
+
78
Contents can located in multiple places, in multiple directories or in remote git repositories.
79
80
```ts [nuxt.config.ts]
@@ -85,9 +86,8 @@ export default defineNuxtConfig({
85
86
name: 'fa-ir',
87
prefix: '/fa', // All contents inside this source will be prefixed with `/fa`
88
driver: 'fs',
- driverOptions: {
89
- base: resolve(__dirname, 'content-fa') // Path for source directory
90
- }
+ // ...driverOptions
+ base: resolve(__dirname, 'content-fa') // Path for source directory
91
}
92
]
93
0 commit comments