diff --git a/docs/src/content/docs/ko/reference/frontmatter.md b/docs/src/content/docs/ko/reference/frontmatter.md
index 2be65a7538a..9a8019b8a6f 100644
--- a/docs/src/content/docs/ko/reference/frontmatter.md
+++ b/docs/src/content/docs/ko/reference/frontmatter.md
@@ -109,20 +109,44 @@ hero:
---
```
+밝은 모드와 어두운 모드에서 다양한 버전의 hero 이미지를 표시할 수 있습니다.
+
+```md
+---
+hero:
+ image:
+ alt: 반짝이는 밝은 색상의 로고
+ dark: ../../assets/logo-dark.png
+ light: ../../assets/logo-light.png
+---
+```
+
#### `HeroConfig`
```ts
interface HeroConfig {
title?: string;
tagline?: string;
- image?: {
- alt?: string;
- // 저장소에 있는 이미지의 상대 경로입니다.
- file?: string;
- // 이미지 슬롯에 사용할 Raw HTML입니다.
- // 사용자 정의 `
` 태그 또는 인라인 `