diff --git a/docs/content/3.docs/3.deployment/4.netlify.md b/docs/content/3.docs/3.deployment/4.netlify.md index a49ca2215f..9e5bd321ed 100644 --- a/docs/content/3.docs/3.deployment/4.netlify.md +++ b/docs/content/3.docs/3.deployment/4.netlify.md @@ -14,7 +14,7 @@ How to deploy Nuxt to Netlify. ## Setup -Nitro will auto-detect that you are in a [Netlify](https://www.netlify.com) environment and build the correct version of your Nuxt server. The only thing you need to do is ensure that you have Netlify set up to build your project (just select the 'Nuxt' preset from the drop-down menu). +Nitro will auto-detect that you are in a [Netlify](https://www.netlify.com) environment and build the correct version of your Nuxt server. For new sites, Netlify will detect that you are using Nuxt 3 or bridge and set the publish directory to `dist` and build command to `npm run build`. If you are upgrading an existing site you should check these and update them if needed. ## Deployment