Skip to content

Commit

Permalink
i18n(ko-KR): update images.mdx (withastro#7930)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>
  • Loading branch information
2 people authored and wpplumber committed May 15, 2024
1 parent 3c2ff32 commit fa0d549
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/content/docs/ko/guides/images.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,9 @@ import rocket from '../assets/rocket.png';

# My MDX Page

// 동일한 폴더에 저장된 로컬 이미지
![Houston in the wild](houston.png)

// src/assets/에 저장된 로컬 이미지
<Image src={rocket} alt="A rocketship in space." />
<img src={rocket.src} alt="A rocketship in space." />
Expand Down

0 comments on commit fa0d549

Please sign in to comment.