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 05e0a7d commit 7a10491Copy full SHA for 7a10491
packages/runtime/src/helpers/edge.ts
@@ -505,7 +505,6 @@ export const writeEdgeFunctions = async ({
505
if (usesEdge) {
506
console.log(outdent`
507
✨ Deploying middleware and functions to ${greenBright`Netlify Edge Functions`} ✨
508
- This feature is in beta. Please share your feedback here: https://ntl.fyi/next-netlify-edge
509
`)
510
}
511
await writeJson(join(edgeFunctionRoot, 'manifest.json'), manifest)
0 commit comments