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/it/sdk.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/it/sdk.mdx')
| -rw-r--r-- | packages/web/src/content/docs/it/sdk.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/it/sdk.mdx b/packages/web/src/content/docs/it/sdk.mdx index d7cfd8489..2941bfb24 100644 --- a/packages/web/src/content/docs/it/sdk.mdx +++ b/packages/web/src/content/docs/it/sdk.mdx @@ -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. |
