docs: update link
This commit is contained in:
@ -61,7 +61,7 @@ A Nuxt module for simplifying the use of [Mongoose](https://mongoosejs.com/) in
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
.highlight {
|
.highlight {
|
||||||
color: #00dc82
|
color: var(--color-primary-500);
|
||||||
}
|
}
|
||||||
|
|
||||||
.center {
|
.center {
|
||||||
|
|||||||
@ -40,7 +40,7 @@ export default defineNuxtConfig({
|
|||||||
## Options
|
## Options
|
||||||
|
|
||||||
You can configure the module by adding a `mongoose` section to your `nuxt.config` file.
|
You can configure the module by adding a `mongoose` section to your `nuxt.config` file.
|
||||||
read more about [Mongoose options](/getting-started/configuration).
|
read more about [Mongoose options](/docs/getting-started/configuration).
|
||||||
|
|
||||||
```ts [nuxt.config]
|
```ts [nuxt.config]
|
||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
|
|||||||
Reference in New Issue
Block a user