Skip to content

Commit

Permalink
fix(server/config): customBackgroundUrl not work on Login Page & Shar…
Browse files Browse the repository at this point in the history
…e Page.

Signed-off-by: Ivan Li <ivanli2048@gmail.com>
  • Loading branch information
IvanLi-CN committed Feb 5, 2025
1 parent 0672e2c commit 9ef5dc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/routers/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const getGlobalConfig = async ({ ctx, useAdmin = false }: { ctx?: Context
|| item.key == 'themeColor'
|| item.key == 'themeForegroundColor'
|| item.key == 'maxHomePageWidth'
|| item.key == 'customBackgroundUrl'
) {
acc[item.key] = config.value;
return acc;
Expand Down

0 comments on commit 9ef5dc2

Please sign in to comment.