Skip to content

Commit 57ca2e8

Browse files
i18n(ko-KR): update astro-assets.mdx (#13296)
Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com>
1 parent e293ef2 commit 57ca2e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/ko/reference/modules/astro-assets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ import { Image } from 'astro:assets';
291291
<Image src="https://example.com/cat.png" inferSize alt="A cat sleeping in the sun." />
292292
```
293293

294-
`inferSize`[승인되지 않은 도메인의 원격 이미지](/ko/guides/images/#원격-이미지-승인)크기를 가져올 수 있지만 이미지 자체는 처리되지 않은 상태로 유지됩니다.
294+
Astro 5.17.3부터 `inferSize`[승인된 원격 이미지 도메인](/ko/guides/images/#원격-이미지-승인)에 대해서만 크기를 가져옵니다. 허용 목록에 없는 원격 이미지는 가져오지 않습니다.
295295

296296
#### `priority`
297297

0 commit comments

Comments
 (0)