From 053908ac9580ce62e166c4e3e598fb71d0dd0be1 Mon Sep 17 00:00:00 2001 From: Shu Uesugi Date: Wed, 12 Feb 2020 18:36:37 -0800 Subject: [PATCH] Revise --- docs/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment.md b/docs/deployment.md index f514b26c4ffbe..3fbc580c636c3 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -21,7 +21,7 @@ Then, follow these steps: Congratulations! You’ve just deployed your Next.js app! If you have questions, take a look at the [ZEIT Now documentation](https://zeit.co/docs). -> If you’re using a [custom server](/docs/advanced-features/custom-server.md), we strongly recommend migrating away from it (for example, by using [dynamic routing](/docs/routing/dynamic-routes.md)) or [considering other hosting options](#other-hosting-options). +> If you’re using a [custom server](/docs/advanced-features/custom-server.md), we strongly recommend migrating away from it (for example, by using [dynamic routing](/docs/routing/dynamic-routes.md)). If you cannot migrate, consider [other hosting options](#other-hosting-options). ### DPS: Develop, Preview, Ship