fix(web): correct config import path in Korean enterprise docs
parent
d32dd4d7fd
commit
ae50f24c06
|
|
@ -3,7 +3,7 @@ title: 엔터프라이즈
|
|||
description: 조직에서 OpenCode를 안전하게 사용하는 방법입니다.
|
||||
---
|
||||
|
||||
import config from "../../../config.mjs"
|
||||
import config from "../../../../config.mjs"
|
||||
export const email = `mailto:${config.email}`
|
||||
|
||||
OpenCode Enterprise는 코드와 데이터가 조직의 인프라 밖으로 나가지 않도록 보장하려는 조직을 위한 기능입니다. SSO 및 내부 AI gateway와 연동되는 중앙 config를 사용해 이를 구현할 수 있습니다.
|
||||
|
|
|
|||
Loading…
Reference in New Issue