mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 11:04:00 +00:00
Use my own CDN
This commit is contained in:
parent
cc6d5028ba
commit
5786efaaf1
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ if (new Browser(window).isCompatible) {
|
|||
|
||||
winamp.dispatch = store.dispatch;
|
||||
|
||||
const cdnUrl = "https://cdn.rawgit.com/captbaritone/winamp2-js/master/";
|
||||
const cdnUrl = "https://d38dnrh1liu4f5.cloudfront.net/projects/winamp2-js/";
|
||||
const assetBase = process.env.NODE_ENV === "production" ? cdnUrl : "";
|
||||
winamp.init({
|
||||
volume: 50,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue