vuln-fix: removed image urls, relying on blobs now

This commit is contained in:
Alphons Joseph
2025-03-18 15:23:04 +08:00
parent f4ae9098d8
commit 9a71a5241a
3 changed files with 6 additions and 10 deletions
-2
View File
@@ -20,9 +20,7 @@ export type LoadedCustomTheme = CustomTheme & {
id: string;
blob: Blob;
variableName: string;
url: string | null;
}[];
coverImageUrl?: string;
};
export type DownloadedTheme = CustomTheme & {