diff --git a/docs/02-app/01-building-your-application/03-rendering/04-edge-and-nodejs-runtimes.mdx b/docs/02-app/01-building-your-application/03-rendering/04-edge-and-nodejs-runtimes.mdx index 6029fabff3ad..728132ad5420 100644 --- a/docs/02-app/01-building-your-application/03-rendering/04-edge-and-nodejs-runtimes.mdx +++ b/docs/02-app/01-building-your-application/03-rendering/04-edge-and-nodejs-runtimes.mdx @@ -12,8 +12,6 @@ On the server, there are two runtimes where parts of your application code can b - The **Node.js Runtime** (default) has access to all Node.js APIs and compatible packages from the ecosystem. - The **Edge Runtime** is based on [Web APIs](/docs/app/api-reference/edge). -By default, the `app` directory uses the Node.js runtime. However, you can opt into different runtimes (e.g. Edge) on a per-route basis. - ## Runtime Differences There are many considerations to make when choosing a runtime. This table shows the major differences at a glance. If you want a more in-depth analysis of the differences, check out the sections below.