Skip to content

Commit

Permalink
docs: Remove app reference on pages doc for runtimes. (#55058)
Browse files Browse the repository at this point in the history
  • Loading branch information
leerob committed Sep 6, 2023
1 parent 9e8a19f commit 3f29268
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -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.
Expand Down

0 comments on commit 3f29268

Please sign in to comment.