diff --git a/website/docs/deployment.mdx b/website/docs/deployment.mdx index fb37daa71dbb..642530ea69eb 100644 --- a/website/docs/deployment.mdx +++ b/website/docs/deployment.mdx @@ -171,9 +171,9 @@ Then, [create your site with Netlify](https://app.netlify.com/start). While you set up the site, specify the build commands and directories as follows: - build command: `npm run build` -- build directory: `build` +- publish directory: `build` -If you did not configure these build options, you may still go to "Site settings" -> "Build and deploy" after your site is created. +If you did not configure these build options, you may still go to "Site settings" -> "Build & deploy" after your site is created. Once properly configured with the above options, your site should deploy and automatically redeploy upon merging to your deploy branch, which defaults to `main`. diff --git a/website/versioned_docs/version-2.0.0-beta.22/deployment.mdx b/website/versioned_docs/version-2.0.0-beta.22/deployment.mdx index fb37daa71dbb..642530ea69eb 100644 --- a/website/versioned_docs/version-2.0.0-beta.22/deployment.mdx +++ b/website/versioned_docs/version-2.0.0-beta.22/deployment.mdx @@ -171,9 +171,9 @@ Then, [create your site with Netlify](https://app.netlify.com/start). While you set up the site, specify the build commands and directories as follows: - build command: `npm run build` -- build directory: `build` +- publish directory: `build` -If you did not configure these build options, you may still go to "Site settings" -> "Build and deploy" after your site is created. +If you did not configure these build options, you may still go to "Site settings" -> "Build & deploy" after your site is created. Once properly configured with the above options, your site should deploy and automatically redeploy upon merging to your deploy branch, which defaults to `main`. diff --git a/website/versioned_docs/version-2.0.0-rc.1/deployment.mdx b/website/versioned_docs/version-2.0.0-rc.1/deployment.mdx index fb37daa71dbb..642530ea69eb 100644 --- a/website/versioned_docs/version-2.0.0-rc.1/deployment.mdx +++ b/website/versioned_docs/version-2.0.0-rc.1/deployment.mdx @@ -171,9 +171,9 @@ Then, [create your site with Netlify](https://app.netlify.com/start). While you set up the site, specify the build commands and directories as follows: - build command: `npm run build` -- build directory: `build` +- publish directory: `build` -If you did not configure these build options, you may still go to "Site settings" -> "Build and deploy" after your site is created. +If you did not configure these build options, you may still go to "Site settings" -> "Build & deploy" after your site is created. Once properly configured with the above options, your site should deploy and automatically redeploy upon merging to your deploy branch, which defaults to `main`.