summaryrefslogtreecommitdiff
path: root/packages/astro-rss/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro-rss/README.md')
-rw-r--r--packages/astro-rss/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro-rss/README.md b/packages/astro-rss/README.md
index c8485b02e..2a5d6a795 100644
--- a/packages/astro-rss/README.md
+++ b/packages/astro-rss/README.md
@@ -345,7 +345,7 @@ const blog = defineCollection({
## `pagesGlobToRssItems()`
-To create an RSS feed from documents in `src/pages/`, use the `pagesGlobToRssItems()` helper. This accepts an `import.meta.glob` result ([see Vite documentation](https://vitejs.dev/guide/features.html#glob-import)) and outputs an array of valid [`RSSFeedItem`s](#items).
+To create an RSS feed from documents in `src/pages/`, use the `pagesGlobToRssItems()` helper. This accepts an `import.meta.glob` result ([see Vite documentation](https://vite.dev/guide/features.html#glob-import)) and outputs an array of valid [`RSSFeedItem`s](#items).
This function assumes, but does not verify, you are globbing for items inside `src/pages/`, and all necessary feed properties are present in each document's frontmatter. If you encounter errors, verify each page frontmatter manually.