Node.js开发笔记-8:favicon.ico 404
2017-09-28 本文已影响89人
原味蛋炒饭
将favicon.ico放到static文件夹下,在index.html中加入
<link rel="icon" href="/static/favicon.ico" type="image/x-icon">
将favicon.ico放到static文件夹下,在index.html中加入
<link rel="icon" href="/static/favicon.ico" type="image/x-icon">