Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In this guide, you will create a new Nuxt application and deploy it using Cloudf

### Video Tutorial

<Stream videoId="a5a408be39609a64f5ee624579eba507" videoTitle="Deploy a Nuxt Application to Cloudflare" thumbnailTimeOrURL="2.5s" />
<Stream videoId="fd106a56e13af42eb39b35c499432e4b" videoTitle="Deploy a Nuxt Application to Cloudflare" thumbnailTimeOrURL="2.5s" />

## Create a new project using the `create-cloudflare` CLI (C3)

Expand Down
16 changes: 14 additions & 2 deletions src/content/videos/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ entries:
content_type: 🎥 Video
pcx_content_type: tutorial
- link: https://developers.cloudflare.com/workers/frameworks/framework-guides/nextjs/#video-tutorial
title: Deploy NextJS to your Workers Application
title: Deploy Your NextJS Application To Workers
description: Watch to learn how to easily deploy your NextJS application to the Cloudflare global network.
tags: [NextJS, Workers, Pages]
languages: [TypeScript]
Expand All @@ -295,7 +295,7 @@ entries:
cloudflare: true
author: confidence
updated: 2024-10-31
difficulty: Intermediate
difficulty: Beginner
content_type: 🎥 Video
pcx_content_type: tutorial
- link: https://developers.cloudflare.com/workers/observability/logs/#video-tutorial
Expand Down Expand Up @@ -383,6 +383,18 @@ entries:
difficulty: Intermediate
content_type: 🎥 Video
pcx_content_type: tutorial
- link: https://developers.cloudflare.com/pages/framework-guides/deploy-a-nuxt-site/#video-tutorial
title: Deploy Your Nuxt Application To Workers
description: Watch to learn how to easily deploy your Nuxt application to the Cloudflare global network.
tags: [Workers, Pages, NextJS]
languages: [TypeScript]
products: [Workers, Pages]
cloudflare: true
author: kristian
updated: 2025-01-08
difficulty: Beginner
content_type: 🎥 Video
pcx_content_type: tutorial
# - link:
# title:
# description:
Expand Down
Loading