Skip to content

Commit

Permalink
i18n(ko-KR): update contentful.mdx (#10681)
Browse files Browse the repository at this point in the history
Co-authored-by: ArmandPhilippot <[email protected]>
  • Loading branch information
jsparkdev and ArmandPhilippot authored Jan 11, 2025
1 parent 254e9b1 commit 000ed91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/ko/guides/cms/contentful.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Contentful space의 **Content** 섹션에서 **Add Entry** 버튼을 클릭하

`BlogPost`라는 새 인터페이스를 만들어 `src/lib/` 디렉터리에 있는 `contentful.ts` 파일에 추가하세요. 이 인터페이스는 Contentful의 블로그 게시물 콘텐츠 타입 필드와 일치합니다. 이는 블로그 게시물 항목 응답의 타입을 지정하는 데 사용됩니다.

```ts title="src/lib/contentful.ts" ins=", { EntryFieldTypes }" ins={3-12}
```ts title="src/lib/contentful.ts" ins="type { EntryFieldTypes }" ins={4-13}
import * as contentful from "contentful";
import type { EntryFieldTypes } from "contentful";

Expand Down

0 comments on commit 000ed91

Please sign in to comment.