mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-04 23:36:53 +00:00
fixed config to point to correct acme.png
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
78def41f8d
commit
c63e92e47f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
"allowRegister": true,
|
||||
"branding": {
|
||||
"name": "ACME Corp",
|
||||
"logo": "http://localhost:3001/acme.png"
|
||||
"logo": "http://localhost:3001/img/acme.png"
|
||||
},
|
||||
"banner": {
|
||||
"text": "This is the test banner text",
|
||||
|
|
Loading…
Reference in a new issue