【发布时间】:2020-12-02 03:35:55
【问题描述】:
我在上传到 Github 的 react 应用程序组合方面需要帮助。链接:https://amex23.github.io/my-portfolio/
页面没有显示,但它在我的本地计算机上运行良好。
请帮忙
【问题讨论】:
我在上传到 Github 的 react 应用程序组合方面需要帮助。链接:https://amex23.github.io/my-portfolio/
页面没有显示,但它在我的本地计算机上运行良好。
请帮忙
【问题讨论】:
指向您内容的链接已损坏。
在您的来源中,它们是这样的:
https://amex23.github.io/amex23/my-portfolio.git/static/js/main.3ac9e73c.chunk.js
它们应该是这样的:
https://amex23.github.io/my-portfolio/static/js/2.df4fd8bb.chunk.js
您可以打开您的 index.html 并手动更改它们,但您的构建步骤或站点配置有问题导致它们变成这样
【讨论】: