Github页面没有显示

时间:2017-05-01 18:15:48

标签: github

我有一个公共回购

  https://github.com/coolshare/ReactReduxStarterKit

我启用了我的github页面

 Your site is published at https://coolshare.github.io/ReactReduxStarterKit/

GitHub Pages is designed to host your personal, organization, or project pages from a GitHub repository.

Source

Your GitHub Pages site is currently being built from the master branch. Learn more.

Theme chooser

Select a theme to build your site with a Jekyll theme. Learn more.

Your site is currently using the Cayman theme.

当我尝试

https://coolshare.github.io/ReactReduxStarterKit/

并得到" NetworkError:404 Not Found - https://coolshare.github.io/bundle.js"

并且浏览器已将src加载为

<!doctype html>
<html>
  <head>
    <title>React-Redux Starter Kit</title>
    <!-- Latest compiled and minified CSS -->
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css">
  </head>
  <body>
    <div id='root'>
    </div>
    <script type="text/javascript" src="/bundle.js"></script>
  </body>
</html>

似乎它正在我的doc根目录中寻找一个bundle.js

      coolshare.github.io/

但它位于

        coolshare.github.io/ReactReduxStarterKit/

我该如何解决?

感谢

0 个答案:

没有答案