This is a demo of Next.js using the Edge Runtime.
This template uses the new Next.js App Router. This includes support for enhanced layouts, colocation of components, tests, and styles, component-level data fetching, and more.
The index route /
uses the Edge Runtime through:
export const runtime = 'edge';