Skip to content

Commit

Permalink
chore: Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
OXeu committed Jul 8, 2024
2 parents 6a0f036 + ccf1d6c commit d90b390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/state/config.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createContext } from "react";

const defaultFavicon = process.env.AVATAR ? `//wsrv.nl/?url=${process.env.AVATAR}&w=144&h=144&mask=circle` : '/favicon.ico'
const defaultFavicon = process.env.AVATAR ? `//wsrv.nl/?url=${encodeURIComponent(process.env.AVATAR)}&w=144&h=144&mask=circle` : '/favicon.ico';
export const defaultClientConfig = new Map(Object.entries({
"favicon": defaultFavicon,
"counter.enabled": true,
Expand Down

0 comments on commit d90b390

Please sign in to comment.