]> cat aescling's git repositories - mastodon.git/commitdiff
Fix logo URL (#4309)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Sun, 23 Jul 2017 10:46:10 +0000 (19:46 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 23 Jul 2017 10:46:10 +0000 (12:46 +0200)
app.json
scalingo.json

index 049f63a9e59b0830d7e590f81a12eeea6b1c5464..a935b8232b85738be1703388031f748fd79c973f 100644 (file)
--- a/app.json
+++ b/app.json
@@ -2,7 +2,7 @@
   "name": "Mastodon",
   "description": "A GNU Social-compatible microblogging server",
   "repository": "https://github.com/tootsuite/mastodon",
-  "logo": "https://github.com/tootsuite/mastodon/raw/master/app/assets/images/logo.png",
+  "logo": "https://github.com/tootsuite/mastodon/raw/master/app/javascript/images/logo.svg",
   "env": {
     "HEROKU": {
       "description": "Leave this as true",
index 4afaa6b4e0105a999c8e8b9d70dbeb70f36cde7f..8df2caba16f29050092330a25947a77cc0972105 100644 (file)
@@ -2,7 +2,7 @@
   "name": "Mastodon",
   "description": "A GNU Social-compatible microblogging server",
   "repository": "https://github.com/tootsuite/mastodon",
-  "logo": "https://github.com/tootsuite/mastodon/raw/master/app/assets/images/logo.png",
+  "logo": "https://github.com/tootsuite/mastodon/raw/master/app/javascript/images/logo.svg",
   "env": {
     "LOCAL_DOMAIN": {
       "description": "The domain that your Mastodon instance will run on (this can be appname.scalingo.io or a custom domain)",