update logo url in app.json

This commit is contained in:
zeke 2014-04-18 14:57:47 -07:00
commit fe12f4dc5d

View file

@ -2,6 +2,6 @@
"name": "Node.js Slideshow",
"description": "A barebones Node.js app using Express 4",
"repository": "https://github.com/heroku/node-js-sample",
"logo": "https://github.com/heroku/node-js-sample/node.svg",
"logo": "http://node-js-sample.herokuapp.com/node.svg",
"keywords": ["node", "express", "static"]
}