Skip to content

Commit 83a1dba

Browse files
author
Ivan Bochkarev
committed
Update source repo
1 parent 66a8963 commit 83a1dba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@ import { defineContentConfig, defineCollection, z } from '@nuxt/content'
22

33
const docsV3Source = {
44
cwd: process.env.NUXT_PATH ?? undefined,
5-
repository: !process.env.NUXT_PATH ? 'https://github.com/nuxt/nuxt/tree/3.x' : undefined,
5+
repository: !process.env.NUXT_PATH ? 'https://github.com/translation-gang/nuxt/tree/3.x' : undefined,
66
include: 'docs/**/*',
77
exclude: ['docs/**/*.json'],
88
prefix: '/docs/3.x'
99
}
1010

1111
const docsV4Source = {
1212
cwd: process.env.NUXT_V4_PATH ?? undefined,
13-
repository: !process.env.NUXT_V4_PATH ? 'https://github.com/nuxt/nuxt/tree/main' : undefined,
13+
repository: !process.env.NUXT_V4_PATH ? 'https://github.com/translation-gang/nuxt/tree/main' : undefined,
1414
include: 'docs/**/*',
1515
exclude: ['docs/**/*.json'],
1616
prefix: '/docs/4.x'
1717
}
1818

1919
const examplesV3Source = {
2020
cwd: process.env.NUXT_EXAMPLES_PATH ?? undefined,
21-
repository: !process.env.NUXT_EXAMPLES_PATH ? 'https://github.com/nuxt/examples' : undefined,
21+
repository: !process.env.NUXT_EXAMPLES_PATH ? 'https://github.com/translation-gang/examples' : undefined,
2222
include: '.docs/**/*',
2323
prefix: '/docs/3.x/4.examples'
2424
}
2525

2626
const examplesV4Source = {
2727
cwd: process.env.NUXT_EXAMPLES_PATH ?? undefined,
28-
repository: !process.env.NUXT_EXAMPLES_PATH ? 'https://github.com/nuxt/examples' : undefined,
28+
repository: !process.env.NUXT_EXAMPLES_PATH ? 'https://github.com/translation-gang/examples' : undefined,
2929
include: '.docs/**/*',
3030
prefix: '/docs/4.x/4.examples'
3131
}

0 commit comments

Comments
 (0)