diff options
Diffstat (limited to 'docs/src/pages/guides/rss.md')
-rw-r--r-- | docs/src/pages/guides/rss.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/guides/rss.md b/docs/src/pages/guides/rss.md index d4ac14d5f..3c98db661 100644 --- a/docs/src/pages/guides/rss.md +++ b/docs/src/pages/guides/rss.md @@ -5,7 +5,7 @@ title: RSS Astro supports fast, automatic RSS feed generation for blogs and other content websites. -You can create an RSS feed from any Astro page that uses a `getStaticPaths()` function for routing. Only dynamic routes can use `getStaticPaths()` today (see [Routing](/core-concepts/routing). +You can create an RSS feed from any Astro page that uses a `getStaticPaths()` function for routing. Only dynamic routes can use `getStaticPaths()` today (see [Routing](/core-concepts/routing)). > We hope to make this feature available to all other pages before v1.0. As a workaround, you can convert a static route to a dynamic route that only generates a single page. See [Routing](/core-concepts/routing) for more information about dynamic routes. |