diff --git a/src/content/docs/ja/guides/imports.mdx b/src/content/docs/ja/guides/imports.mdx index ce71c2b569cf9..27441fd3ba8ef 100644 --- a/src/content/docs/ja/guides/imports.mdx +++ b/src/content/docs/ja/guides/imports.mdx @@ -3,6 +3,7 @@ title: インポート description: Astroでさまざまな種類のコンテンツをインポートする方法を説明します。 i18nReady: true --- +import RecipeLinks from "~/components/RecipeLinks.astro"; Astroは、ほとんどの静的アセットを設定不要でサポートしています。プロジェクトのJavaScript(Astro frontmatterスクリプトを含む)のどこでも`import`文を使用でき、Astroは最終ビルドにその静的アセットのビルドされた最適化されたコピーを含めます。また、`@import`はCSSと`