Skip to content

Commit 6db7b63

Browse files
committed
chore: point docsV4Source at nostics-errors preview branch
1 parent dc2758f commit 6db7b63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const docsV3Source = {
1111
const docsV4Source = {
1212
cwd: process.env.NUXT_V4_PATH ?? undefined,
1313
// TODO: revert to 4.x branch before merging
14-
repository: !process.env.NUXT_V4_PATH ? 'https://github.com/nuxt/nuxt/tree/error-context' : undefined,
14+
repository: !process.env.NUXT_V4_PATH ? 'https://github.com/nuxt/nuxt/tree/nostics-errors' : undefined,
1515
include: 'docs/**/*',
1616
exclude: ['docs/**/*.json'],
1717
prefix: '/docs/4.x'

0 commit comments

Comments
 (0)