feat(images): default frontend assets to image service
This commit is contained in:
@@ -74,7 +74,7 @@ const resolveGeneralIcon = (general: General): string => {
|
||||
(typeof rawPicture === 'string' && rawPicture !== '') || typeof rawPicture === 'number'
|
||||
? String(rawPicture)
|
||||
: 'default.jpg';
|
||||
return `/image/icons/${picture}`;
|
||||
return `https://sam-image.hided.net/icons/${picture}`;
|
||||
};
|
||||
|
||||
export class ActionDefinition<
|
||||
|
||||
Reference in New Issue
Block a user