From 3029d5b5fbebd0cd0742caf56c622dfbf0dfb1df Mon Sep 17 00:00:00 2001 From: Carlos Moreno Date: Mon, 10 Aug 2020 08:44:50 +0200 Subject: [PATCH] docs(nuxt): replace build & export with generate command (#4121) --- website/content/docs/nuxt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/nuxt.md b/website/content/docs/nuxt.md index b48230a4..fc9dc8df 100644 --- a/website/content/docs/nuxt.md +++ b/website/content/docs/nuxt.md @@ -99,7 +99,7 @@ git push -u origin master ### Deploying With Netlify -Now you can go ahead and deploy to Netlify. Go to your Netlify dashboard and click **[New site from Git](https://app.netlify.com/start)**. Select the repo you just created. Under **Basic build settings**, you can set the build command to `npm run build && npm run export` . Set the publish directory to `dist`. Click **Deploy site** to get the process going. +Now you can go ahead and deploy to Netlify. Go to your Netlify dashboard and click **[New site from Git](https://app.netlify.com/start)**. Select the repo you just created. Under **Basic build settings**, you can set the build command to `npm run generate` . Set the publish directory to `dist`. Click **Deploy site** to get the process going. ### Authenticating with Netlify Identity