您好,我将一个 react/express 项目推送到 heroku(https://polar-oasis-57801.herokuapp.com/)并在控制台中收到以下错误: Chrome 控制台错误消息
我尝试查找此错误,似乎我需要更改 manifest.json 文件中的某些内容,但我不确定。任何建议都会有所帮助。这是我的清单文件:
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
还有我在 Github 上的项目:https : //github.com/bernar83/cat-cards