We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5519ef commit 1542184Copy full SHA for 1542184
src/content/docs/workers/frameworks/framework-guides/nextjs.mdx
@@ -3,8 +3,6 @@ pcx_content_type: how-to
3
title: Next.js
4
tags: ["full-stack"]
5
description: Create an Next.js application and deploy it to Cloudflare Workers with Workers Assets.
6
-sidebar:
7
- badge: Beta
8
---
9
10
import {
@@ -16,10 +14,6 @@ import {
16
14
WranglerConfig,
17
15
} from "~/components";
18
19
-:::note
20
-The OpenNext adapter is in currently in beta.
21
-:::
22
-
23
**Start from CLI** - scaffold a Next.js project on Workers.
24
25
<PackageManagers
0 commit comments