From 39c068e1f054bf90055d2305070b9323347e995c Mon Sep 17 00:00:00 2001 From: Joe Haddad Date: Mon, 13 Apr 2020 17:11:14 -0400 Subject: [PATCH] Update Serverless Note in Docs (#11861) --- docs/api-reference/next.config.js/build-target.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-reference/next.config.js/build-target.md b/docs/api-reference/next.config.js/build-target.md index 616cad6aca610..fffd743340e9d 100644 --- a/docs/api-reference/next.config.js/build-target.md +++ b/docs/api-reference/next.config.js/build-target.md @@ -16,7 +16,7 @@ Your application will be built and deployed as a monolith. This is the default t ## `serverless` target -> Deployments to [ZEIT Now](https://zeit.co) will automatically enable this target. You do not need to opt-into it yourself, but you can. +> Deployments to [ZEIT Now](https://zeit.co) will automatically enable this target. You should not opt-into it yourself. This target will output independent pages that don't require a monolithic server.