diff options
author | Sheogorath | 2019-03-29 12:31:12 +0100 |
---|---|---|
committer | Sheogorath | 2019-03-29 12:31:18 +0100 |
commit | 16d84926f98c4beb4b615c85f882d046d6f372f4 (patch) | |
tree | 825db168cc6eff2f36930d7b5a59b0877dc65245 | |
parent | 9941d5613b2832835a71f8ed6cd1c5ab3629e5f5 (diff) |
Fix logo URL in app.json
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to '')
-rw-r--r-- | app.json | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ ], "website": "https://codimd.org", "repository": "https://github.com/codimd/server", - "logo": "https://github.com/hackmdio/codimd/raw/master/public/codimd-icon-1024.png", + "logo": "https://github.com/codimd/server/raw/master/public/codimd-icon-1024.png", "success_url": "/", "env": { "BUILD_ASSETS": { |