{
"homepage": "https://mohamedsha0919.github.io/hungrybitess",
"scripts": {
"deploy": "gh-pages -d build",
"predeploy": "npm run build"
}
}
Everything works well locally, but does not work in github pages. Hope that anyone can help! Thanks!