Skip to content

Commit 4a0f540

Browse files
committed
Adding video tutorial to Astro page
1 parent 30f154b commit 4a0f540

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/content/docs/pages/framework-guides/deploy-an-astro-site.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,18 @@ pcx_content_type: how-to
33
title: Astro
44
---
55

6-
import { PagesBuildPreset, Render, PackageManagers } from "~/components";
6+
import { PagesBuildPreset, Render, PackageManagers, Stream } from "~/components";
77

88
[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.
99

1010
Refer to the [Astro Docs](https://docs.astro.build/) to learn more about Astro or for assistance with an Astro project.
1111

1212
In this guide, you will create a new Astro application and deploy it using Cloudflare Pages.
1313

14+
### Video Tutorial
15+
16+
<Stream videoId="d308a0e06bfaefd12115b34076ba99a4" videoTitle="Build a Full-Stack Application using Astro and Cloudflare Workers" thumbnailTimeOrURL="3s" />
17+
1418
## Set up a new project
1519

1620
To use `create-cloudflare` to create a new Astro project, run the following command:

0 commit comments

Comments
 (0)