Skip to content

Commit 6d19bc2

Browse files
Merge branch 'canary' into fix/image-optimizer-encodeuri
2 parents d5e5aa4 + 74503f1 commit 6d19bc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/advanced-features/custom-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ description: Start a Next.js app programmatically using a custom server.
1717

1818
By default, Next.js includes its own server with `next start`. If you have an existing backend, you can still use it with Next.js (this is not a custom server). A custom Next.js server allows you to start a server 100% programmatically in order to use custom server patterns. Most of the time, you will not need this – but it's available for complete customization.
1919

20-
> A custom server **can not** be deployed on [Vercel](https://vercel.com/solutions/nextjs), the platform Next.js was made for.
20+
> **Note:** A custom server **can not** be deployed on [Vercel](https://vercel.com/solutions/nextjs).
2121
22-
> Before deciding to use a custom server please keep in mind that it should only be used when the integrated router of Next.js can't meet your app requirements. A custom server will remove important performance optimizations, like **serverless functions** and **[Automatic Static Optimization](/docs/advanced-features/automatic-static-optimization.md).**
22+
> Before deciding to use a custom server, please keep in mind that it should only be used when the integrated router of Next.js can't meet your app requirements. A custom server will remove important performance optimizations, like **serverless functions** and **[Automatic Static Optimization](/docs/advanced-features/automatic-static-optimization.md).**
2323
2424
Take a look at the following example of a custom server:
2525

0 commit comments

Comments
 (0)