Skip to content

Commit

Permalink
Update deployment.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshun authored Apr 9, 2020
1 parent 5becddf commit 1f21226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To build the static files of your website for production, run:
npm run build
```

Once it finishes, you might want to see the production build under the `build/` directory.
Once it finishes, the static files will be generated within the `build/` directory.

You can deploy your site to static site hosting services such as [ZEIT Now](https://zeit.co/now), [GitHub Pages](https://pages.github.com/), [Netlify](https://www.netlify.com/), [Render](https://render.com/static-sites), and [Surge](https://surge.sh/help/getting-started-with-surge). Docusaurus sites are statically rendered so they work without JavaScript too!

Expand Down

0 comments on commit 1f21226

Please sign in to comment.