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/ko/zen.mdx | |
| 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/ko/zen.mdx')
| -rw-r--r-- | packages/web/src/content/docs/ko/zen.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/ko/zen.mdx b/packages/web/src/content/docs/ko/zen.mdx index 035f14414..ae598cee1 100644 --- a/packages/web/src/content/docs/ko/zen.mdx +++ b/packages/web/src/content/docs/ko/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}` |
