Просмотр исходного кода

fix(web): correct config import path in Korean enterprise docs

Dax Raad 2 месяцев назад
Родитель
Сommit
ae50f24c06
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/web/src/content/docs/ko/enterprise.mdx

+ 1 - 1
packages/web/src/content/docs/ko/enterprise.mdx

@@ -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를 사용해 이를 구현할 수 있습니다.