mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-28 20:40:39 +00:00
Fall back to non varnish endpoint for images
This commit is contained in:
parent
ce95cd9e6a
commit
5baf8b4f1d
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export const REVIEW_PAGE = "REVIEW_PAGE";
|
|||
// export const CDN = "https://s3.amazonaws.com/webamp-uploaded-skins";
|
||||
// export const CDN = "https://s3.amazonaws.com/cdn.webampskins.org";
|
||||
export const S3_SCREENSHOT_CDN = "https://s3.amazonaws.com/cdn.webampskins.org";
|
||||
export const SCREENSHOT_CDN = "https://mirror.webampskins.org";
|
||||
export const SCREENSHOT_CDN = "https://cdn.webampskins.org";
|
||||
// mirror. is having some issue with CORs headers that I need to resolve.
|
||||
export const SKIN_CDN = params.vps
|
||||
? "https://mirror.webampskins.org"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue