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.
tutorial/5-astro-api/index.mdx
1 parent 64b0d29 commit 9eafda6Copy full SHA for 9eafda6
src/content/docs/ja/tutorial/5-astro-api/index.mdx
@@ -4,7 +4,7 @@ unitTitle: ブログの強化
4
title: 'ユニット5の導入 - Astro API'
5
description: >-
6
「初めてのAstroブログ」チュートリアル -
7
- プロジェクトファイルからデータを取得して、ページのコンテンツとルートを動的に生成する
+ プロジェクトファイルからデータを取得して、ページのコンテンツとルーティングを動的に生成する
8
i18nReady: true
9
---
10
@@ -22,8 +22,8 @@ import Option from '~/components/tutorial/Option.astro';
22
このユニットでは、インデックスページ、タグページ、RSSフィードを使ってブログを強化します。
23
24
その途中、以下の使い方を学びます。
25
-- プロジェクト内にあるファイルのデータにアクセスするための`Astro.glob()`
26
-- 一度に複数のページ(ルート)を作成するための`getStaticPaths()`
+- プロジェクト内にあるファイルのデータにアクセスするための`import.meta.glob()`
+- 一度に複数のページ(ルーティング)を作成するための`getStaticPaths()`
27
- RSSフィードを作成するためのAstro RSSパッケージ
28
29
0 commit comments