summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/fr
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-02-28 18:54:18 -0500
committerDax Raad <[email protected]>2026-02-28 18:54:18 -0500
commit114eb42444bcf347a99dec756bd2ac90c679c66c (patch)
treec7bdf0efff08b902f38eae561126d1605afc7d35 /packages/web/src/content/docs/fr
parente1e18c7abdb1025d7be63acee1f188b94d16eb9b (diff)
downloadopencode-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/fr')
-rw-r--r--packages/web/src/content/docs/fr/zen.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/fr/zen.mdx b/packages/web/src/content/docs/fr/zen.mdx
index b973c2809..e40b1be77 100644
--- a/packages/web/src/content/docs/fr/zen.mdx
+++ b/packages/web/src/content/docs/fr/zen.mdx
@@ -3,7 +3,7 @@ title: Zen
description: Liste organisée de modèles fournis par OpenCode.
---
-import config from "../../../config.mjs"
+import config from "../../../../config.mjs"
export const console = config.console
export const email = `mailto:${config.email}`