Skip to content

Commit aa66d19

Browse files
committed
moving nextjs video to static asset frameworks
1 parent e89758d commit aa66d19

File tree

2 files changed

+6
-5
lines changed
  • src/content/docs

2 files changed

+6
-5
lines changed

src/content/docs/pages/framework-guides/nextjs/index.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,4 @@ import { DirectoryListing, Stream } from "~/components"
1111

1212
[Next.js](https://nextjs.org) is an open-source React framework for creating websites and applications.
1313

14-
<DirectoryListing />
15-
16-
### Video Tutorial
17-
18-
<Stream videoId="0b28fdd5938c4929bd7fdedcd167044d" videoTitle="Deploy NextJS to your Workers Application" thumbnailTimeOrURL="2.5s" />
14+
<DirectoryListing />

src/content/docs/workers/frameworks/framework-guides/nextjs.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
InlineBadge,
1212
Render,
1313
PackageManagers,
14+
Stream,
1415
} from "~/components";
1516

1617
## New apps
@@ -32,6 +33,10 @@ To create a new Next.js app, pre-configured to run on Cloudflare using [`@openne
3233
}}
3334
/>
3435

36+
## Video Tutorial
37+
38+
<Stream videoId="0b28fdd5938c4929bd7fdedcd167044d" videoTitle="Deploy NextJS to your Workers Application" thumbnailTimeOrURL="2.5s" />
39+
3540
## Existing Next.js apps
3641

3742
:::note[Minimum required Wrangler version: 3.78.10.]

0 commit comments

Comments
 (0)