feat: rewrite profile section, some minor chaanges #120
@ -26,10 +26,8 @@ export const imgProxySign = (target: string) =>
|
||||
return hmac.digest("base64url");
|
||||
};
|
||||
|
||||
export const generateUrl = (url: string, options?: string) =>
|
||||
export const generateUrl = (url: string, options: string = "rs:auto:128:128:1/f:png") =>
|
||||
{
|
||||
if (!options) options = "rs:auto:128:128:1/f:png";
|
||||
|
||||
if (url.includes('https://proxy.cdn.alekswilc.dev/')) return url;
|
||||
alekswilc marked this conversation as resolved
Outdated
|
||||
|
||||
if (process.env.NODE_ENV === "development")
|
||||
|
Loading…
x
Reference in New Issue
Block a user
fallback to old style.
done