【发布时间】:2017-12-09 16:05:29
【问题描述】:
我正在构建我的作品集,并使用 HTML/CSS 和 Javascript 制作了简单的 etch-a-sketch 项目。我正在尝试在 Heroku 上托管该网站,但出现此错误:
remote: ! No default language could be detected for this app.
remote: HINT: This occurs when Heroku cannot detect the buildpack to use for this application automatically.
remote: See https://devcenter.heroku.com/articles/buildpacks
这基本上是一个静态站点,我真的不需要 buildpack,有什么方法可以将我拥有的内容推送到 Heroku?
【问题讨论】:
标签: javascript html css heroku