Skip to content

Commit 9eafda6

Browse files
tksktoyanthomasdevjp-knj
authored
i18n(ja): update tutorial/5-astro-api/index.mdx (withastro#12453)
Co-authored-by: Yan <[email protected]> Co-authored-by: knj <[email protected]>
1 parent 64b0d29 commit 9eafda6

File tree

1 file changed

+3
-3
lines changed
  • src/content/docs/ja/tutorial/5-astro-api

1 file changed

+3
-3
lines changed

src/content/docs/ja/tutorial/5-astro-api/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ unitTitle: ブログの強化
44
title: 'ユニット5の導入 - Astro API'
55
description: >-
66
「初めてのAstroブログ」チュートリアル -
7-
プロジェクトファイルからデータを取得して、ページのコンテンツとルートを動的に生成する
7+
プロジェクトファイルからデータを取得して、ページのコンテンツとルーティングを動的に生成する
88
i18nReady: true
99
---
1010

@@ -22,8 +22,8 @@ import Option from '~/components/tutorial/Option.astro';
2222
このユニットでは、インデックスページ、タグページ、RSSフィードを使ってブログを強化します。
2323

2424
その途中、以下の使い方を学びます。
25-
- プロジェクト内にあるファイルのデータにアクセスするための`Astro.glob()`
26-
- 一度に複数のページ(ルート)を作成するための`getStaticPaths()`
25+
- プロジェクト内にあるファイルのデータにアクセスするための`import.meta.glob()`
26+
- 一度に複数のページ(ルーティング)を作成するための`getStaticPaths()`
2727
- RSSフィードを作成するためのAstro RSSパッケージ
2828

2929

0 commit comments

Comments
 (0)