Skip to content

Commit ae50f24

Browse files
thdxrAiden Cline
authored andcommitted
fix(web): correct config import path in Korean enterprise docs
1 parent d32dd4d commit ae50f24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/web/src/content/docs/ko/enterprise.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 엔터프라이즈
33
description: 조직에서 OpenCode를 안전하게 사용하는 방법입니다.
44
---
55

6-
import config from "../../../config.mjs"
6+
import config from "../../../../config.mjs"
77
export const email = `mailto:${config.email}`
88

99
OpenCode Enterprise는 코드와 데이터가 조직의 인프라 밖으로 나가지 않도록 보장하려는 조직을 위한 기능입니다. SSO 및 내부 AI gateway와 연동되는 중앙 config를 사용해 이를 구현할 수 있습니다.

0 commit comments

Comments
 (0)