You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read more about adding languages in the [Shiki documentation](https://github.com/shikijs/shiki/blob/main/docs/languages.md#adding-grammar).
236
236
237
+
## `pathMeta`
238
+
239
+
Content module uses files path to generate the slug, default title and content order, you can customize this behavior with `pathMeta` option.
240
+
241
+
### `pathMeta.forceLeadingSlash`
242
+
243
+
If set to `true`, the path will be prefixed with a leading slash. Default value is `true`.
244
+
245
+
246
+
### `pathMeta.slugifyOptions`
247
+
248
+
Content module uses [slugify](https://github.com/simov/slugify) to generate the slug, you can customize the behavior of slugify with this option.
249
+
250
+
Checkout [slugify options](https://github.com/simov/slugify#options) for more information.
251
+
237
252
## `database`
238
253
239
254
By default Nuxt Content uses a local SQLite database to store and query content. If you like to use another database or you plan to deploy on Cloudflare Workers, you can modify this option.
0 commit comments