We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcdcab0 commit 6aabe7eCopy full SHA for 6aabe7e
template/README.md
@@ -552,6 +552,9 @@ Open your `package.json` and add a `homepage` field:
552
"homepage": "http://myusername.github.io/my-app",
553
```
554
555
+**The above step is important!**
556
+Create React App uses the `homepage` field to determine the root URL in the built HTML file.
557
+
558
Now, whenever you run `npm run build`, you will see a cheat sheet with a sequence of commands to deploy to GitHub pages:
559
560
```sh
0 commit comments