Add an RSS feed to your Astro site to let users subscribe to your content.| Docs
How to add client-side interactivity to Astro components using native browser JavaScript APIs.| Docs
The :where() CSS pseudo-class function takes a selector list as its argument, and selects any element that can be selected by one of the selectors in that list.| MDN Web Docs
The Request interface of the Fetch API represents a resource request.| developer.mozilla.org
The following reference covers all supported configuration options in Astro. To learn more about configuring Astro, read our guide on Configuring Astro.| Docs
When rendering a page, Astro provides a runtime API specific to the current render. This includes useful information such as the current page URL as well as APIs to perform actions like redirecting to another page.| Docs