Skip to content
This repository was archived by the owner on Jun 11, 2022. It is now read-only.

Commit f7b43f8

Browse files
committed
📚 doc web server customization
1 parent bb779de commit f7b43f8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,15 @@ heroku open
5555
Work with your app locally using `npm start`. See: [create-react-app docs](https://github.com/facebookincubator/create-react-app#getting-started)
5656

5757
Then, commit & deploy ♻️
58+
59+
60+
Customization
61+
-------------
62+
63+
The web server may be [configured via the static buildpack](https://github.com/heroku/heroku-buildpack-static#configuration).
64+
65+
The default config, if `static.json` does not already exist, is:
66+
67+
```json
68+
{ "root": "build/" }
69+
```

0 commit comments

Comments
 (0)