Skip to content
This repository was archived by the owner on Mar 2, 2021. It is now read-only.

Commit a92ed51

Browse files
authored
Merge pull request #37 from internet4000/oskarrough-patch-1
Change CDN for player script
2 parents b6f8ea9 + 60cd92c commit a92ed51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let apiURL, // URL of this application
88
stripePublicKey
99

1010
// CDN URL to the radio4000-player script
11-
const playerScriptURL = 'https://unpkg.com/radio4000-player'
11+
const playerScriptURL = 'https://cdn.jsdelivr.net/npm/radio4000-player@0/dist/radio4000-player.min.js'
1212

1313
apiURL = 'http://localhost:4001'
1414
databaseURL = 'https://radio4000-staging.firebaseio.com/'

0 commit comments

Comments
 (0)