Hello i have a reactjs app, and I build my project with bellow command
npm build
Here is my package.json file:
package.json
If you're using webpack, you can try setting publicPath to ./
publicPath
./
You can read more about it here.