From d95e4c834b8368ca2ac88eda455c8667dc164211 Mon Sep 17 00:00:00 2001 From: Jason Farber Date: Wed, 23 Oct 2024 12:28:42 -0400 Subject: [PATCH 1/2] Adding a new video to the video tutorials page --- src/content/videos/index.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/content/videos/index.yaml b/src/content/videos/index.yaml index dc5816ec912b4d2..5713b1f94595c5c 100644 --- a/src/content/videos/index.yaml +++ b/src/content/videos/index.yaml @@ -232,4 +232,17 @@ entries: updated: 2024-10-17 difficulty: Intermediate content_type: 🎥 Video + pcx_content_type: tutorial + - link: https://youtu.be/W45MIi_t_go + title: Building Front-End Applications: Now Supported by Cloudflare Workers + description: You can now build front-end applications, just like you do on Cloudflare Pages, but with the added benefit of Workers. + tags: [Workers, Workers AI] + languages: [TypeScript] + stream_id: 84039c66f18a34fa70cae7e2a0e70dae + products: [Workers, Workers AI] + cloudflare: true + author: confidence + updated: 2024-10-23 + difficulty: Beginner + content_type: 🎥 Video pcx_content_type: tutorial \ No newline at end of file From 59a7a8ff62efcaa2969c68bff70e641f8e932918 Mon Sep 17 00:00:00 2001 From: Jason Farber Date: Wed, 23 Oct 2024 12:42:11 -0400 Subject: [PATCH 2/2] invalid character typo in json --- src/content/videos/index.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/videos/index.yaml b/src/content/videos/index.yaml index 5713b1f94595c5c..a77708961e7be42 100644 --- a/src/content/videos/index.yaml +++ b/src/content/videos/index.yaml @@ -234,7 +234,7 @@ entries: content_type: 🎥 Video pcx_content_type: tutorial - link: https://youtu.be/W45MIi_t_go - title: Building Front-End Applications: Now Supported by Cloudflare Workers + title: Building Front-End Applications | Now Supported by Cloudflare Workers description: You can now build front-end applications, just like you do on Cloudflare Pages, but with the added benefit of Workers. tags: [Workers, Workers AI] languages: [TypeScript]