docs(getting-started): update

This commit is contained in:
Benjamin Canac
2024-11-07 14:56:31 +01:00
parent 1c01db4d20
commit 230cda129b
4 changed files with 6 additions and 5 deletions

View File

@@ -95,7 +95,7 @@ export default defineNuxtConfig({
### `fonts`
Use the `fonts` option to enable or disable the `@nuxt/fonts` module.
Use the `fonts` option to enable or disable the [`@nuxt/fonts`](https://github.com/nuxt/fonts) module.
- Default: `true`{lang="ts-type"}
@@ -110,7 +110,7 @@ export default defineNuxtConfig({
### `colorMode`
Use the `colorMode` option to enable or disable the `@nuxt/color-mode` module.
Use the `colorMode` option to enable or disable the [`@nuxt/color-mode`](https://github.com/nuxt-modules/color-mode) module.
- Default: `true`{lang="ts-type"}