Skip to content

Commit

Permalink
i18n(ko-KR): update configuration-reference.mdx (#9412)
Browse files Browse the repository at this point in the history
Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com>
  • Loading branch information
jsparkdev and yanthomasdev committed Sep 16, 2024
1 parent 6b6cf4d commit 0acf614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/ko/reference/configuration-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1777,7 +1777,7 @@ const countries = defineCollection({
export const collections = { countries };
```

더 복잡한 로딩 로직을 위해 객체 로더를 정의할 수 있습니다. 이를 통해 증분 업데이트와 조건부 로딩이 가능해지며, 데이터 저장소에 대한 전체 액세스 권한도 부여할 수 있습니다. [Content Layer API RFC](https://github.com/withastro/roadmap/blob/content-layer/proposals/0047-content-layer.md#loaders)에서 API를 참조하세요.
더 복잡한 로딩 로직을 위해 객체 로더를 정의할 수 있습니다. 이를 통해 증분 업데이트와 조건부 로딩이 가능해지며, 데이터 저장소에 대한 전체 액세스 권한도 부여할 수 있습니다. [Content Layer API RFC](https://github.com/withastro/roadmap/blob/content-layer/proposals/0050-content-layer.md#loaders)에서 API를 참조하세요.

#### Content Layer API를 사용하기 위해 기존 콘텐츠 컬렉션 마이그레이션하기

Expand Down Expand Up @@ -1842,4 +1842,4 @@ export const collections = { countries };

#### 더 알아보기

전체 개요와 전체 API 참조는 [Content Layer API RFC](https://github.com/withastro/roadmap/blob/content-layer/proposals/0047-content-layer.md)를 확인하고 [피드백을 공유하세요](https://github.com/withastro/roadmap/pull/982).
전체 개요와 전체 API 참조는 [Content Layer API RFC](https://github.com/withastro/roadmap/blob/content-layer/proposals/0050-content-layer.md)를 확인하고 [피드백을 공유하세요](https://github.com/withastro/roadmap/pull/982).

0 comments on commit 0acf614

Please sign in to comment.