diff options
| author | Dax Raad <[email protected]> | 2026-02-28 18:54:18 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-02-28 18:54:18 -0500 |
| commit | 114eb42444bcf347a99dec756bd2ac90c679c66c (patch) | |
| tree | c7bdf0efff08b902f38eae561126d1605afc7d35 /packages/web/src/content/docs/zh-cn | |
| parent | e1e18c7abdb1025d7be63acee1f188b94d16eb9b (diff) | |
| download | opencode-114eb42444bcf347a99dec756bd2ac90c679c66c.tar.gz opencode-114eb42444bcf347a99dec756bd2ac90c679c66c.zip | |
docs: fix broken config imports in translated documentation
Fixed incorrect relative import paths in Bosnian, French, Italian,
Korean, Norwegian, Portuguese, Turkish, and Chinese docs that were
referencing config.mjs from the wrong directory level. This resolves
build errors when viewing translated documentation pages.
Diffstat (limited to 'packages/web/src/content/docs/zh-cn')
| -rw-r--r-- | packages/web/src/content/docs/zh-cn/zen.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/zh-cn/zen.mdx b/packages/web/src/content/docs/zh-cn/zen.mdx index 951ebe709..0c6c6b9d9 100644 --- a/packages/web/src/content/docs/zh-cn/zen.mdx +++ b/packages/web/src/content/docs/zh-cn/zen.mdx @@ -3,7 +3,7 @@ title: Zen description: 由 OpenCode 提供的精选模型列表。 --- -import config from "../../../config.mjs" +import config from "../../../../config.mjs" export const console = config.console export const email = `mailto:${config.email}` |
