在我的index.html中,我有以下内容
<head>
<script src="http://getshrekt.herokuapp.com/public/jquery.js"></script>
<script src="http://getshrekt.herokuapp.com/public/io.js"> </script>
</head>
当我加载页面时,脚本不会运行,我在日志中收到404错误。我运行了heroku bash,文件在正确的位置。我该如何解决这个问题?