@nuxt/docs-nightly 4.4.0-29535815.ada4e895 → 4.4.0-29540727.ba251c69

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.
@@ -108,6 +108,7 @@ If you prefer a simpler setup and want all tests to run in the Nuxt environment,
108
108
 
109
109
  ```ts twoslash
110
110
  import { defineVitestConfig } from '@nuxt/test-utils/config'
111
+ import { fileURLToPath } from 'node:url'
111
112
 
112
113
  export default defineVitestConfig({
113
114
  test: {
@@ -1,6 +1,6 @@
1
1
  ---
2
- navigation.title: 'Nuxt and hydration'
3
- title: Nuxt and hydration
2
+ navigation.title: 'Nuxt and Hydration'
3
+ title: Nuxt and Hydration
4
4
  description: Why fixing hydration issues is important
5
5
  ---
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/docs-nightly",
3
- "version": "4.4.0-29535815.ada4e895",
3
+ "version": "4.4.0-29540727.ba251c69",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",