Fix logo URL in app.json
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
parent
9941d5613b
commit
16d84926f9
1 changed files with 1 additions and 1 deletions
2
app.json
2
app.json
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue