From 5786efaaf14300f73ae5e253902fec24756b4db0 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Thu, 17 Aug 2017 19:48:17 -0700 Subject: [PATCH] Use my own CDN --- js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/index.js b/js/index.js index f04ee13f..ddfc9281 100644 --- a/js/index.js +++ b/js/index.js @@ -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,