add unsafe

This commit is contained in:
ilya-bkv 2024-04-24 10:22:05 +03:00
parent 437e666b3c
commit 59561ec26b

View File

@ -2,11 +2,11 @@ import { cdnUrl, thumborUrl } from './config'
const URL_CONFIG = {
cdnUrl: cdnUrl,
thumborUrl: thumborUrl,
audioSubfolder: 'audio',
imageSubfolder: 'image',
productionFolder: 'production/',
}
thumborUrl: `${thumborUrl}/unsafe/`,
audioSubfolder: "audio",
imageSubfolder: "image",
productionFolder: "production/",
};
const AUDIO_EXTENSIONS = new Set(['wav', 'mp3', 'ogg', 'aif', 'flac'])