如何解决使用gh-pages将反应应用发布到github的问题
我已根据创建React应用程序中的指南,使用gh-pages将我的react应用程序发布到了github。 这是我的仓库的链接:https://github.com/ozhey119/RallyTrip。我的应用程序没有路由,所以我不知道问题出在哪里。
当我访问发布的网站时,我只能看到一个白页,并且控制台中显示一些错误:
Failed to load resource: the server responded with a status of 404 ()
2.fd66cf29.chunk.js:1 Failed to load resource: the server responded with a status of 404 ()
main.23425634.chunk.js:1 Failed to load resource: the server responded with a status of 404 ()
manifest.json:1 Failed to load resource: the server responded with a status of 404 ()
manifest.json:1 Manifest: Line: 1,column: 1,Syntax error.
main.df77a612.chunk.css:1 Failed to load resource: the server responded with a status of 404 ()
解决方法
这听起来有些俗气,但是导致此问题的原因是您的回购名称。如果您打开下面的两个链接,您将看到不同之处,
https://ozhey119.github.io/RallyTrip/favicon.ico
https://ozhey119.github.io/rallytrip/favicon.ico
因此,在https://github.com/ozhey119/RallyTrip/blob/master/package.json#L4中,您可以将首页更改为https://github.com/ozhey119/RallyTrip
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。