Skip to content

Commit

Permalink
Apply suggestion for "routes"
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Neutkens <tim@timneutkens.nl>
  • Loading branch information
styfle and timneutkens committed Jul 19, 2023
1 parent 2ad8c0e commit 5c7ef09
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -68,7 +68,7 @@ export const runtime = 'edge' // 'nodejs' (default) | 'edge'
export const runtime = 'edge' // 'nodejs' (default) | 'edge'
```

You can also define `runtime` on a layout level, which will make all pages under the layout run on the edge runtime:
You can also define `runtime` on a layout level, which will make all routes under the layout run on the edge runtime:


```tsx filename="app/layout.tsx" switcher
Expand Down

0 comments on commit 5c7ef09

Please sign in to comment.