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.
This commit is contained in:
parent
e1e18c7abd
commit
114eb42444
11 changed files with 11 additions and 11 deletions
|
|
@ -3,7 +3,7 @@ title: SDK
|
|||
description: Client JS type-safe per il server opencode.
|
||||
---
|
||||
|
||||
import config from "../../../config.mjs"
|
||||
import config from "../../../../config.mjs"
|
||||
export const typesUrl = `${config.github}/blob/dev/packages/sdk/js/src/gen/types.gen.ts`
|
||||
|
||||
L'SDK JS/TS di opencode fornisce un client type-safe per interagire con il server.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ title: Zen
|
|||
description: Lista curata di modelli fornita da OpenCode.
|
||||
---
|
||||
|
||||
import config from "../../../config.mjs"
|
||||
import config from "../../../../config.mjs"
|
||||
export const console = config.console
|
||||
export const email = `mailto:${config.email}`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue