We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2758f commit 6db7b63Copy full SHA for 6db7b63
1 file changed
content.config.ts
@@ -11,7 +11,7 @@ const docsV3Source = {
11
const docsV4Source = {
12
cwd: process.env.NUXT_V4_PATH ?? undefined,
13
// TODO: revert to 4.x branch before merging
14
- repository: !process.env.NUXT_V4_PATH ? 'https://github.com/nuxt/nuxt/tree/error-context' : undefined,
+ repository: !process.env.NUXT_V4_PATH ? 'https://github.com/nuxt/nuxt/tree/nostics-errors' : undefined,
15
include: 'docs/**/*',
16
exclude: ['docs/**/*.json'],
17
prefix: '/docs/4.x'
0 commit comments