If your project is a React app created with Create React App, set the homepage
in your package.json
, for example:
"homepage": "/",
If you're not using client-side routing, use this:
"homepage": ".",
See https://create-react-app.dev/docs/deployment/#building-for-relative-paths.