@nuxt/docs-nightly 4.0.3-29229812.3a665159 → 4.0.3-29235598.1af02b40

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.
@@ -19,7 +19,7 @@ You can improve your DX by defining additional aliases to access custom director
19
19
  "@@": "/<rootDir>",
20
20
  "#shared": "/<rootDir>/shared",
21
21
  "assets": "/<srcDir>/assets",
22
- "public": "/<srcDir>/public",
22
+ "public": "/<rootDir>/public",
23
23
  "#build": "/<rootDir>/.nuxt",
24
24
  "#internal/nuxt/paths": "/<rootDir>/.nuxt/paths.mjs"
25
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/docs-nightly",
3
- "version": "4.0.3-29229812.3a665159",
3
+ "version": "4.0.3-29235598.1af02b40",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",