mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
refactor(api): ♻️ Use URL literal instead of strings
This commit is contained in:
parent
99fac323c8
commit
76d1ccc859
50 changed files with 343 additions and 256 deletions
|
|
@ -32,7 +32,7 @@ export const applyToHono = (app: OpenAPIHono<HonoEnv>): void => {
|
|||
},
|
||||
boardLogo: {
|
||||
path:
|
||||
config.instance.logo ??
|
||||
config.instance.logo?.toString() ??
|
||||
"https://cdn.versia.pub/branding/icon.svg",
|
||||
height: 40,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue