mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 21:55:11 +00:00
docs: fix broken link (#4359)
This commit is contained in:
parent
497405fb5b
commit
54df62394b
@ -236,7 +236,7 @@ For more information on how to use this composable, see [the docs](/guide/featur
|
|||||||
|
|
||||||
You can optionally disable some features from bridge or opt-in to less stable ones. In normal circumstances, it is always best to stick with defaults!
|
You can optionally disable some features from bridge or opt-in to less stable ones. In normal circumstances, it is always best to stick with defaults!
|
||||||
|
|
||||||
You can check [bridge/src/module.ts](https://github.com/nuxt/framework/blob/main/packages/bridge/src/module.ts) for latest defaults.
|
You can check [bridge/src/module.ts](https://github.com/nuxt/bridge/blob/main/src/module.ts) for latest defaults.
|
||||||
|
|
||||||
```ts [nuxt.config.js|ts]
|
```ts [nuxt.config.js|ts]
|
||||||
import { defineNuxtConfig } from '@nuxt/bridge'
|
import { defineNuxtConfig } from '@nuxt/bridge'
|
||||||
|
Loading…
Reference in New Issue
Block a user