diff options
Diffstat (limited to 'docs/src/pages/guides/data-fetching.md')
-rw-r--r-- | docs/src/pages/guides/data-fetching.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/pages/guides/data-fetching.md b/docs/src/pages/guides/data-fetching.md index c853dfe54..5f306a2dd 100644 --- a/docs/src/pages/guides/data-fetching.md +++ b/docs/src/pages/guides/data-fetching.md @@ -1,6 +1,7 @@ --- layout: ~/layouts/MainLayout.astro title: Data Fetching +description: Learn how to fetch remote data with Astro using the fetch API. --- Astro components and pages can fetch remote data to help generate your pages. Astro provides two different tools to pages to help you do this: **fetch()** and **top-level await.** |