Skip to content

Commit 1be5bbf

Browse files
authored
fix link
1 parent e684e54 commit 1be5bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/ja/recipes/build-custom-img-component.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Astroには画像の表示と最適化に使える組み込みコンポーネン
1010

1111
`<Picture>``<Image>`が現時点でサポートしていないオプションが必要な場合は、`getImage()`関数を使ってカスタムコンポーネントを作成できます。
1212

13-
このレシピでは、[`getImage()`関数](/en/guides/images/#generating-images-with-getimage)を使い、メディアクエリに基づいて異なるソース画像を表示する独自の画像コンポーネントを作成します。
13+
このレシピでは、[`getImage()`関数](/ja/guides/images/#getimageで画像を生成する)を使い、メディアクエリに基づいて異なるソース画像を表示する独自の画像コンポーネントを作成します。
1414

1515
## レシピ
1616

0 commit comments

Comments
 (0)