Skip to content

Commit 7a10491

Browse files
authored
fix: remove edge functions beta label (#2133)
1 parent 05e0a7d commit 7a10491

File tree

1 file changed

+0
-1
lines changed
  • packages/runtime/src/helpers

1 file changed

+0
-1
lines changed

packages/runtime/src/helpers/edge.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,6 @@ export const writeEdgeFunctions = async ({
505505
if (usesEdge) {
506506
console.log(outdent`
507507
✨ 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
509508
`)
510509
}
511510
await writeJson(join(edgeFunctionRoot, 'manifest.json'), manifest)

0 commit comments

Comments
 (0)