Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asmit-patil committed Mar 31, 2020
1 parent 4b2dadd commit 3a4e03e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ plugins: [
]
// Note: access_token has been replaced by delivery_token
```
There is a provision to speed up the gatsby build process. To do this, you can set the value of the **expediteBuild** to **true**. So when you set the value of this parameter to true, the build process is significantly enhanced as only published assets and entries are synced parallelly. However, when you want to perform gatsby develop, ensure to set the value of **expediteBuild** to **false**.
There is a provision to speed up the ```gatsby build``` process. To do this, you can set the value of the **expediteBuild** to **true**. So when you set the value of this parameter to true, the build process is significantly enhanced as only published assets and entries are synced parallelly.

However, when you want to perform ```gatsby develop```, ensure to set the value of **expediteBuild** to **false**.

## How to query

Expand Down

0 comments on commit 3a4e03e

Please sign in to comment.