Create-react-app 网站不会在 Github Pages 上呈现

问题描述 投票:0回答:0

这几天我一直在做我的投资组合网站,并试图在 Github Pages 上部署我的网站。我的网站在本地运行良好,但当我将其部署到 GitHub Pages 时,它显示为空白。

我认为这可能是由于我的代码中存在一些错误,所以我决定看看

create-react-app
创建的网站是否会出现在 Github Pages 上,不幸的是它没有出现。

我检查了我自己网站和 create-react-app 网站的

build
文件夹中的 index.html 文件,运行后 .html 文件没有更新
npm run build

我的部署方法应该是正确的,因为当我运行

npm run deploy
时提交和操作出现在我的 GitHub 上。以下是create-react-app网站的部分代码截图

Here is the package.json file Here is the index.html file in the public folder Here is the index.html file from the build folder Here is the index.js file that renders the website

我的问题是什么问题?

reactjs json github-pages
© www.soinside.com 2019 - 2024. All rights reserved.