From 114eb42444bcf347a99dec756bd2ac90c679c66c Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sat, 28 Feb 2026 18:54:18 -0500 Subject: 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. --- packages/web/src/content/docs/zh-cn/zen.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/web/src/content/docs/zh-cn') 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}` -- cgit v1.2.3