Add a key "homepage": "your-subfolder/" in your package.json
All static files will be loaded from "your-subfolder"
All static files will be loaded from "your-subfolder"
If there is no subfolder and you need to load from same folder you need to add the path as "./"
"homepage": "./",
No comments:
Post a Comment