繁体   English   中英

使用 create-react-app 将 React 应用程序部署到 github 页面不起作用

[英]Deploy React app using create-react-app to github pages isn't working

我设置了一个 github 操作来构建我的 React 应用程序并将构建目录提交到我的 repo 的 gh-pages 分支。 然后我设置 github 页面来为该分支提供服务,但我遇到了一个问题,我的所有静态文件都返回 404。

这是访问我的 github 页面站点时的控制台输出

Error with Permissions-Policy header: Unrecognized feature: 'interest-cohort'.
thatnerduknow.github.io/:1 GET https://thatnerduknow.github.io/static/css/2.0a9ec390.chunk.css net::ERR_ABORTED 404
thatnerduknow.github.io/:1 GET https://thatnerduknow.github.io/static/css/main.8e6a535e.chunk.css net::ERR_ABORTED 404
thatnerduknow.github.io/:1 GET https://thatnerduknow.github.io/static/js/main.6b85f889.chunk.js net::ERR_ABORTED 404
thatnerduknow.github.io/:1 GET https://thatnerduknow.github.io/static/js/2.e6086643.chunk.js net::ERR_ABORTED 404
thatnerduknow.github.io/:1 GET https://thatnerduknow.github.io/static/js/2.e6086643.chunk.js net::ERR_ABORTED 404
thatnerduknow.github.io/:1 GET https://thatnerduknow.github.io/static/js/main.6b85f889.chunk.js net::ERR_ABORTED 404
favicon.ico:1 GET https://thatnerduknow.github.io/favicon.ico 404
manifest.json:1 GET https://thatnerduknow.github.io/manifest.json 404
manifest.json:1 Manifest: Line: 1, column: 1, Syntax error.

我的一个 vue 应用程序也遇到了类似的问题,我必须将公共路径配置变量设置为“”,但在 package.json 中设置我的主页(我查看了 Create React App 文档,它说这就是它查找的位置将公共路径变量) 设置为 "" 它仍然给我这个错误。

在 package.json 中更改主页路径

"homepage":"https://thatnerduknow.github.io/ThatNerdUKnow/"

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM