docs(nuxt): replace build & export with generate command (#4121)
This commit is contained in:
parent
7de49cdb48
commit
3029d5b5fb
@ -99,7 +99,7 @@ git push -u origin master
|
|||||||
|
|
||||||
### Deploying With Netlify
|
### 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
|
### Authenticating with Netlify Identity
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user