add unsafe
This commit is contained in:
parent
437e666b3c
commit
59561ec26b
|
@ -2,11 +2,11 @@ import { cdnUrl, thumborUrl } from './config'
|
||||||
|
|
||||||
const URL_CONFIG = {
|
const URL_CONFIG = {
|
||||||
cdnUrl: cdnUrl,
|
cdnUrl: cdnUrl,
|
||||||
thumborUrl: thumborUrl,
|
thumborUrl: `${thumborUrl}/unsafe/`,
|
||||||
audioSubfolder: 'audio',
|
audioSubfolder: "audio",
|
||||||
imageSubfolder: 'image',
|
imageSubfolder: "image",
|
||||||
productionFolder: 'production/',
|
productionFolder: "production/",
|
||||||
}
|
};
|
||||||
|
|
||||||
const AUDIO_EXTENSIONS = new Set(['wav', 'mp3', 'ogg', 'aif', 'flac'])
|
const AUDIO_EXTENSIONS = new Set(['wav', 'mp3', 'ogg', 'aif', 'flac'])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user