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>
|
||||
.highlight {
|
||||
color: #00dc82
|
||||
color: var(--color-primary-500);
|
||||
}
|
||||
|
||||
.center {
|
||||
|
||||
@ -40,7 +40,7 @@ export default defineNuxtConfig({
|
||||
## Options
|
||||
|
||||
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]
|
||||
export default defineNuxtConfig({
|
||||
|
||||
Reference in New Issue
Block a user