docs(netlify): remove comma (#8040)
* docs(netlify): remove comma * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * them -> these functions --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
This commit is contained in:
parent
6fafb3d15d
commit
718d8f5472
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ Once you run `astro build` there will be a `dist/_redirects` file. Netlify will
|
|||
|
||||
### On-demand Builders
|
||||
|
||||
[Netlify On-demand Builders](https://docs.netlify.com/configure-builds/on-demand-builders/) are serverless functions used to generate web content as needed that’s automatically cached on Netlify’s Edge CDN. You can enable their use, using the [`builders` configuration](#builders).
|
||||
[Netlify On-demand Builders](https://docs.netlify.com/configure-builds/on-demand-builders/) are serverless functions used to generate web content as needed that’s automatically cached on Netlify’s Edge CDN. You can enable these functions using the [`builders` configuration](#builders).
|
||||
|
||||
By default, all pages will be rendered on first visit and the rendered result will be reused for every subsequent visit until you redeploy. To set a revalidation time, call the [`runtime.setBuildersTtl(ttl)` local](https://docs.astro.build/en/guides/middleware/#locals) with the duration (in seconds).
|
||||
|
||||
|
|
Loading…
Reference in a new issue