The Speed of Light
Data cannot travel faster than light. If your server is in New York and your user is in Tokyo, there is an unavoidable physical delay.
The Edge Solution
By deploying edge functions, we run the code in a datacenter closest to the user.
export const runtime = 'edge';It's that simple to distribute your application globally.

