Skip to content

Commit

Permalink
resolve link issue in content guide
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah11918 committed Jun 7, 2024
1 parent d0c2341 commit b211827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/en/guides/content.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ If you're writing your content in a CMS, you can fetch your posts and use [dynam

To build common features to organize and display your content, such as a blog archive or a page for each blog tag, Astro allows you to [fetch filenames and metadata](/en/reference/api-reference/#astroglob) from your Markdown and MDX frontmatter or use [content collection helper utilities](/en/guides/content-collections/#querying-collections) to query your entries and generate page content and routes.

<RecipeLinks slugs={["en/guides/rss"]} />
To publish to a broader audience, [create an RSS feed](/en/guides/rss/) that can be distributed to feed readers.

## Community Integrations

Expand Down

0 comments on commit b211827

Please sign in to comment.