GitHub 页面无法使用 create react app(CRA) 更新 index.html 元标记

GitHub Pages not able to update index.html meta tags with create react app(CRA)

GitHub 页面用它自己的 index.html 文件包装我的 create-react-app 的 index.html。

原始 index.html 文件有元标记,GitHub 没有。

我无法更改 Github 的 index.html 文件的元数据,并且它不使用原始 CRA index.html 的元数据。

如何解决这个问题?

该项目具有基本的 React 项目文件结构:

我注意到 create-react-app 正在从我的构建文件夹中删除 CNAME 文件,导致不必要地创建 iframe。将 CNAME 文件移动到 /public 目录解决了这个问题。

这是我找到我正在寻找的答案的地方:https://github.com/tschaub/gh-pages/issues/127