We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e684e54 commit 1be5bbfCopy full SHA for 1be5bbf
src/content/docs/ja/recipes/build-custom-img-component.mdx
@@ -10,7 +10,7 @@ Astroには画像の表示と最適化に使える組み込みコンポーネン
10
11
`<Picture>`や`<Image>`が現時点でサポートしていないオプションが必要な場合は、`getImage()`関数を使ってカスタムコンポーネントを作成できます。
12
13
-このレシピでは、[`getImage()`関数](/en/guides/images/#generating-images-with-getimage)を使い、メディアクエリに基づいて異なるソース画像を表示する独自の画像コンポーネントを作成します。
+このレシピでは、[`getImage()`関数](/ja/guides/images/#getimageで画像を生成する)を使い、メディアクエリに基づいて異なるソース画像を表示する独自の画像コンポーネントを作成します。
14
15
## レシピ
16
0 commit comments