DEV Community

Discussion on: How to deploy React App to GitHub Pages

Collapse
 
lijomloyid profile image
Lijo M Loyid

Is it possible to deploy the React application to a custom url name in github pages rather than the repo name? For example, if my repo name is "my-app", can I deploy it only to "lijomloyid.github.io/my-app" ?. Or is there a way to customize the url? I tried changing the homepage property in package.json but it will not work. If there is any other way?