docs: update links to unhead sources

This commit is contained in:
Daniel Roe 2025-02-12 08:45:26 +00:00
parent 643e47ac40
commit 6c520ef749
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B
3 changed files with 3 additions and 3 deletions

View File

@ -120,7 +120,7 @@ interface MetaObject {
}
```
See [@unhead/schema](https://github.com/unjs/unhead/blob/main/packages/schema/src/schema.ts) for more detailed types.
See [@unhead/vue](https://github.com/unjs/unhead/blob/main/packages/vue/src/types/schema.ts) for more detailed types.
## Features

View File

@ -51,4 +51,4 @@ export default {
}
```
See [@unhead/schema](https://github.com/unjs/unhead/blob/main/packages/schema/src/safeSchema.ts) for more detailed types.
See [@unhead/vue](https://github.com/unjs/unhead/blob/main/packages/vue/src/types/safeSchema.ts) for more detailed types.

View File

@ -35,7 +35,7 @@ interface MetaObject {
}
```
See [@unhead/schema](https://github.com/unjs/unhead/blob/main/packages/schema/src/schema.ts) for more detailed types.
See [@unhead/vue](https://github.com/unjs/unhead/blob/main/packages/vue/src/types/schema.ts) for more detailed types.
::note
The properties of `useHead` can be dynamic, accepting `ref`, `computed` and `reactive` properties. `meta` parameter can also accept a function returning an object to make the entire object reactive.