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/pt-br | |
| 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/pt-br')
| -rw-r--r-- | packages/web/src/content/docs/pt-br/zen.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/pt-br/zen.mdx b/packages/web/src/content/docs/pt-br/zen.mdx index 2ec969d72..ba029fb7f 100644 --- a/packages/web/src/content/docs/pt-br/zen.mdx +++ b/packages/web/src/content/docs/pt-br/zen.mdx @@ -3,7 +3,7 @@ title: Zen description: Lista selecionada de modelos fornecidos pelo OpenCode. --- -import config from "../../../config.mjs" +import config from "../../../../config.mjs" export const console = config.console export const email = `mailto:${config.email}` |
