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';