【发布时间】:2015-02-19 02:34:33
【问题描述】:
我正在尝试设置:
body{
background-image: url('/assets/bg.png')
}
但是我收到了这个警告:
Resource interpreted as Image but transferred with MIME type text/html
不知道如何解决。
【问题讨论】:
-
你的图片放在
/public/assets吗?
标签: javascript css http meteor