Skip to content

Commit

Permalink
fix(docs): Fix typo in Custom Build Id docs (vercel#33515)
Browse files Browse the repository at this point in the history
Tiny wordsmithing - fixing the tense of a verb and using a slightly more accurate word.
  • Loading branch information
lobsterkatie authored and natew committed Feb 16, 2022
1 parent a12c228 commit 860ffb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Configure the build id, which is used to identify the current build

# Configuring the Build ID

Next.js uses a constant id generated at build time to identify which version of your application is being served. This can cause problems in multi-server deployments when `next build` is ran on every server. In order to keep a static build id between builds you can provide your own build id.
Next.js uses a constant id generated at build time to identify which version of your application is being served. This can cause problems in multi-server deployments when `next build` is run on every server. In order to keep a consistent build id between builds you can provide your own build id.

Open `next.config.js` and add the `generateBuildId` function:

Expand Down

0 comments on commit 860ffb7

Please sign in to comment.