mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-24 02:27:37 +00:00
Don't use caching layer for skins, there's an issue with CORs
This commit is contained in:
parent
46604a65fd
commit
55e14a0ab4
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@ export const REVIEW_PAGE = "REVIEW_PAGE";
|
|||
// 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 SKIN_CDN = "https://mirror.webampskins.org";
|
||||
// mirror. is having some issue with CORs headers that I need to resolve.
|
||||
export const SKIN_CDN = "https://cdn.webampskins.org";
|
||||
// Uncomment these if something goes wrong
|
||||
// export const SCREENSHOT_CDN = "https://cdn.webampskins.org";
|
||||
// export const SKIN_CDN = "https://cdn.webampskins.org";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue