mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-20 08:15:59 +00:00
docs: update broken docs links (#31430)
This commit is contained in:
parent
3ab86cebe1
commit
fc03d2a92b
@ -318,7 +318,7 @@ useHead({
|
||||
})
|
||||
```
|
||||
|
||||
* If you're using [Template Params](https://unhead.unjs.io/docs/plugins/template-params) or [Alias Tag Sorting](https://unhead.unjs.io/docs/plugins/alias-sorting), you will need to explicitly opt in to these features now.
|
||||
* If you're using [Template Params](https://unhead.unjs.io/docs/head/guides/plugins/template-params) or [Alias Tag Sorting](https://unhead.unjs.io/docs/head/guides/plugins/alias-sorting), you will need to explicitly opt in to these features now.
|
||||
|
||||
```ts
|
||||
import { TemplateParamsPlugin, AliasSortingPlugin } from '@unhead/vue/plugins'
|
||||
|
@ -36,7 +36,7 @@ export function updateRuntimeConfig (runtimeConfig: Record<string, unknown>) {
|
||||
}
|
||||
|
||||
/**
|
||||
* https://github.com/nitrojs/nitro/blob/main/src/runtime/internal/utils.env.ts.
|
||||
* https://github.com/nitrojs/nitro/blob/v2/src/runtime/internal/utils.env.ts.
|
||||
*
|
||||
* These utils will be replaced by util exposed from nitropack. See https://github.com/nitrojs/nitro/pull/2404
|
||||
* for more context and future plans.)
|
||||
|
@ -86,7 +86,7 @@ export default <NitroErrorHandler> async function errorhandler (error: H3Error,
|
||||
}
|
||||
|
||||
/**
|
||||
* Nitro internal functions extracted from https://github.com/nitrojs/nitro/blob/main/src/runtime/internal/utils.ts
|
||||
* Nitro internal functions extracted from https://github.com/nitrojs/nitro/blob/v2/src/runtime/internal/utils.ts
|
||||
*/
|
||||
|
||||
function isJsonRequest (event: H3Event) {
|
||||
|
@ -460,7 +460,7 @@ export default defineResolvers({
|
||||
* - Adds the `DeprecationsPlugin`: supports `hid`, `vmid`, `children`, `body`
|
||||
* - Adds the `PromisesPlugin`: supports promises as input
|
||||
*
|
||||
* @see [`unhead` migration documentation](https://unhead-unjs-io.nuxt.dev/docs/migration)
|
||||
* @see [`unhead` migration documentation](https://unhead-unjs-io.nuxt.dev/docs/typescript/head/guides/get-started/migration)
|
||||
*
|
||||
* @example
|
||||
* ```ts
|
||||
|
Loading…
Reference in New Issue
Block a user