https://github.com/roine/p1/tree/gh-pages这是gh-pages分支上的我的github存储库.一切都很好看,我有我的index.html,我的CSS,js和图片文件夹.
但是当我访问http://roine.github.com/p1时,我有404页.
任何解释和解决方案?
我只是想知道GitHub页面显示我已添加到存储库的新项目需要多长时间.
我改变了index.html但是10分钟后它仍然出现在上一页......
我的个人网站托管在github username.github.iorepo上,奇怪的是,在我将新的修改推送到repo后,页面仍显示我之前提交的内容,但当我在github上检查该repo中的内容时,它是最新的.任何想法可能是错的.有人说新内容需要花一点时间才会显示,但现在差不多有一个小时了.
我正在尝试在此处部署我的 create-react-app但出现这些错误。static/css/1.e03ed13c.chunk.css net::ERR_ABORTED 404(未找到)。我没有任何 chunk.css 文件。什么是问题?你能帮助我吗?
我的 package.json
{
"homepage": "http://ebrugulec.com/image-text-detection",
"name": "image-text-detection",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"filepond": "^3.5.0",
"filepond-plugin-image-preview": "^3.1.4",
"react": "^16.6.3",
"react-autosize-textarea": "^5.0.1",
"react-dom": "^16.6.3",
"react-dropzone": "^7.0.1",
"react-filepond": "^5.0.0",
"react-scripts": "2.1.1",
"superagent": "^4.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11", …Run Code Online (Sandbox Code Playgroud)