File tree 1 file changed +2
-2
lines changed
packages/react-scripts/template
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -885,7 +885,7 @@ Open your `package.json` and add a `homepage` field:
885
885
**The above step is important!**<br>
886
886
Create React App uses the `homepage` field to determine the root URL in the built HTML file.
887
887
888
- Now, whenever you run `npm run build`, you will see a cheat sheet with instructions on how to deploy to GitHub pages:
888
+ Now, whenever you run `npm run build`, you will see a cheat sheet with instructions on how to deploy to GitHub pages.
889
889
890
890
To publish it at [http://myusername.github.io/my-app](http://myusername.github.io/my-app), run:
891
891
@@ -941,7 +941,7 @@ With this setup Netlify will build and deploy when you push to git or open a pul
941
941
2. Pick your Git hosting service and select your repository
942
942
3. Click `Build your site`
943
943
944
- **Support for client site routing:**
944
+ **Support for client-side routing:**
945
945
946
946
To support `pushState`, make sure to create a `public/_redirects` file with the following rewrite rules:
947
947
You can’t perform that action at this time.
0 commit comments