Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 4d7f659

Browse files
authored
Merge pull request #105 from heroku/fix-logo
Fix missing Node logo
2 parents 01262b6 + 7b80c7d commit 4d7f659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "Node.js Sample",
33
"description": "A barebones Node.js app using Express 4",
44
"repository": "https://github.com/heroku/node-js-sample",
5-
"logo": "http://node-js-sample.herokuapp.com/node.svg",
5+
"logo": "https://rawgit.com/heroku/node-js-sample/master/public/node.svg",
66
"keywords": ["node", "express", "static"]
77
}

0 commit comments

Comments
 (0)