Skip to content

Commit 7a04b32

Browse files
authored
Adding Astro Video to Pages (#18275)
* Adding video tutorial to Astro page * adding to the tutorials list
1 parent 8c149e1 commit 7a04b32

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-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:

src/content/videos/index.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,18 @@ entries:
359359
difficulty: Intermediate
360360
content_type: 🎥 Video
361361
pcx_content_type: tutorial
362+
- link: https://developers.cloudflare.com/pages/framework-guides/deploy-an-astro-site/#video-tutorial
363+
title: Build a Full-Stack Application using Astro and Cloudflare Workers
364+
description: Learn how to deploy an Astro application to Cloudflare Workers.
365+
tags: [Workers, Pages, Astro]
366+
languages: [TypeScript]
367+
products: [Workers, Pages]
368+
cloudflare: true
369+
author: kristian
370+
updated: 2024-11-19
371+
difficulty: Beginner
372+
content_type: 🎥 Video
373+
pcx_content_type: tutorial
362374
# - link:
363375
# title:
364376
# description:
@@ -371,3 +383,4 @@ entries:
371383
# difficulty: Intermediate
372384
# content_type: 🎥 Video
373385
# pcx_content_type: tutorial
386+

0 commit comments

Comments
 (0)