You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In vercel/next.js#44045, Next.js stabilized the edge runtime for API Routes. That means there's now an edge key in addition to the experimental-edge key. We should support the new edge key.
The text was updated successfully, but these errors were encountered:
Skn0tt
changed the title
Support edge runtime for API Routes
Support edge runtime key for API Routes
Feb 23, 2023
In vercel/next.js#44045, Next.js stabilized the
edge
runtime for API Routes. That means there's now anedge
key in addition to theexperimental-edge
key. We should support the newedge
key.The text was updated successfully, but these errors were encountered: