From bd410830c525a7ffbcb3015ee1bd5d7f51f1da75 Mon Sep 17 00:00:00 2001 From: Sarah Etter Date: Mon, 16 May 2022 11:25:03 -0400 Subject: [PATCH] update docs --- packages/integrations/netlify/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integrations/netlify/README.md b/packages/integrations/netlify/README.md index 29a858d33b22..02e11a19e99f 100644 --- a/packages/integrations/netlify/README.md +++ b/packages/integrations/netlify/README.md @@ -39,7 +39,7 @@ export default defineConfig({ ### dist -We build to a `netlify` directory at the base of your project. To change this, use the `dist` option: +For Netlify Functions, we build to a `netlify` directory at the base of your project. In the case of Netlify Edge Functions, we build to a `dist` directory at the base of your project. To change this, use the `dist` option: ```js import { defineConfig } from 'astro/config';