Skip to content

Commit

Permalink
i18n(ja): Upgrade recipes/rss.mdx translation
Browse files Browse the repository at this point in the history
Reflection of adjustment omissions.
  • Loading branch information
n-tong009 authored Feb 28, 2025
1 parent 072d740 commit d75fb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/ja/recipes/rss.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ RSSフィードの標準フォーマットには、各公開アイテムのメ

### コンテンツコレクションの使用

[コンテンツコレクション](/en/guides/content-collections/)で管理されているページのRSSフィードを作成するには、`getCollection()`関数を使用して `items` 配列に必要なデータを取得します。返されたデータから各プロパティ(例:`title``description`)の値を指定する必要がある。
[コンテンツコレクション](/ja/guides/content-collections/)で管理されているページのRSSフィードを作成するには、`getCollection()`関数を使用して `items` 配列に必要なデータを取得します。返されたデータから各プロパティ(例:`title``description`)の値を指定する必要がある。


```js title="src/pages/rss.xml.js" "items:" "const blog = await getCollection('blog');"
Expand Down

0 comments on commit d75fb26

Please sign in to comment.