diff --git a/src/content/docs/pages/framework-guides/deploy-an-astro-site.mdx b/src/content/docs/pages/framework-guides/deploy-an-astro-site.mdx index 16c15ec9b6fec5..7cf3f113c1b777 100644 --- a/src/content/docs/pages/framework-guides/deploy-an-astro-site.mdx +++ b/src/content/docs/pages/framework-guides/deploy-an-astro-site.mdx @@ -3,7 +3,7 @@ pcx_content_type: how-to title: Astro --- -import { PagesBuildPreset, Render, PackageManagers } from "~/components"; +import { PagesBuildPreset, Render, PackageManagers, Stream } from "~/components"; [Astro](https://astro.build) is an all-in-one web framework for building fast, content-focused websites. By default, Astro builds websites that have zero JavaScript runtime code. @@ -11,6 +11,10 @@ Refer to the [Astro Docs](https://docs.astro.build/) to learn more about Astro o In this guide, you will create a new Astro application and deploy it using Cloudflare Pages. +### Video Tutorial + + + ## Set up a new project To use `create-cloudflare` to create a new Astro project, run the following command: diff --git a/src/content/videos/index.yaml b/src/content/videos/index.yaml index e393efa9545445..903a5ae0a2c60b 100644 --- a/src/content/videos/index.yaml +++ b/src/content/videos/index.yaml @@ -359,6 +359,18 @@ entries: difficulty: Intermediate content_type: 🎥 Video pcx_content_type: tutorial + - link: https://developers.cloudflare.com/pages/framework-guides/deploy-an-astro-site/#video-tutorial + title: Build a Full-Stack Application using Astro and Cloudflare Workers + description: Learn how to deploy an Astro application to Cloudflare Workers. + tags: [Workers, Pages, Astro] + languages: [TypeScript] + products: [Workers, Pages] + cloudflare: true + author: kristian + updated: 2024-11-19 + difficulty: Beginner + content_type: 🎥 Video + pcx_content_type: tutorial # - link: # title: # description: @@ -371,3 +383,4 @@ entries: # difficulty: Intermediate # content_type: 🎥 Video # pcx_content_type: tutorial +