From a05c5bf8e6b9cc3b2daa64db0568b3da1700075b Mon Sep 17 00:00:00 2001 From: ryu <114303361+ryuapp@users.noreply.github.com> Date: Fri, 11 Aug 2023 03:20:28 +0900 Subject: [PATCH 1/2] i18n(ja): Update guides/imports.mdx --- src/content/docs/ja/guides/imports.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/content/docs/ja/guides/imports.mdx b/src/content/docs/ja/guides/imports.mdx index ce71c2b569cf9..b25dba2dc2038 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と`