From 9da9240ca841e591fa66cf9015a70b7c54777d50 Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Wed, 20 Oct 2021 18:01:09 +0100 Subject: [PATCH] docs: update netlify instructions (#1294) --- docs/content/3.docs/3.deployment/4.netlify.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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