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 397f8ba commit 9e78ce3Copy full SHA for 9e78ce3
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/feat/nostics-errors' : undefined,
15
include: 'docs/**/*',
16
exclude: ['docs/**/*.json'],
17
prefix: '/docs/4.x'
0 commit comments