Skip to content

Commit

Permalink
📚 doc web server customization
Browse files Browse the repository at this point in the history
  • Loading branch information
mars committed Jul 29, 2016
1 parent bb779de commit f7b43f8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,15 @@ heroku open
Work with your app locally using `npm start`. See: [create-react-app docs](https://github.com/facebookincubator/create-react-app#getting-started)

Then, commit & deploy ♻️


Customization
-------------

The web server may be [configured via the static buildpack](https://github.com/heroku/heroku-buildpack-static#configuration).

The default config, if `static.json` does not already exist, is:

```json
{ "root": "build/" }
```

0 comments on commit f7b43f8

Please sign in to comment.