@nuxt/docs-nightly 4.4.3-29621970.c57ee5bd → 4.4.3-29622022.c45dd76b

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -84,4 +84,4 @@ Read more about accessing the route in the middleware section.
84
84
 
85
85
  Browsers don't send [URL fragments](https://url.spec.whatwg.org/#concept-url-fragment) (for example `#foo`) when making requests. So using `route.fullPath` to affect the template can trigger hydration issues because this will include the fragment on client but not the server.
86
86
 
87
- :read-more{icon="i-simple-icons-vuedotjs" to="https://router.vuejs.org/api/type-aliases/routelocationnormalizedloaded"}
87
+ :read-more{icon="i-simple-icons-vuedotjs" to="https://router.vuejs.org/api/type-aliases/RouteLocationNormalizedLoaded.html"}
@@ -128,7 +128,7 @@ The Nuxt instance as described in the `useNuxt` section.
128
128
  ::code-group
129
129
 
130
130
  ```ts twoslash [requireSiteConfig.ts]
131
- declare module 'nuxt/schema' {
131
+ declare module '@nuxt/schema' {
132
132
  interface NuxtOptions {
133
133
  siteConfig: SiteConfig
134
134
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/docs-nightly",
3
- "version": "4.4.3-29621970.c57ee5bd",
3
+ "version": "4.4.3-29622022.c45dd76b",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",