diff options
author | 2023-08-11 20:10:00 +0530 | |
---|---|---|
committer | 2023-08-11 20:10:00 +0530 | |
commit | 718d8f54725565a8c7229f609f3b914beaa3b9a9 (patch) | |
tree | 6b3d0cacf2da6cb8b2bbe28afb526348bc389944 /packages/integrations/netlify | |
parent | 6fafb3d15d75209bce5f2d1f3a627f3e05123fb9 (diff) | |
download | astro-718d8f54725565a8c7229f609f3b914beaa3b9a9.tar.gz astro-718d8f54725565a8c7229f609f3b914beaa3b9a9.tar.zst astro-718d8f54725565a8c7229f609f3b914beaa3b9a9.zip |
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>
Diffstat (limited to 'packages/integrations/netlify')
-rw-r--r-- | packages/integrations/netlify/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/netlify/README.md b/packages/integrations/netlify/README.md index 39f7e148f..073f39a67 100644 --- a/packages/integrations/netlify/README.md +++ b/packages/integrations/netlify/README.md @@ -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). |