Skip to content

Commit

Permalink
fix(docs): Fix typo in Custom Build Id docs (#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 committed Jan 21, 2022
1 parent 1c1a4de commit 7df38bc
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 7df38bc

Please sign in to comment.