1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-16 19:44:05 +02:00

Replace raw.githubusercontent.com with jsdelivr (#586)

Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
This commit is contained in:
Malte Jürgens
2021-05-01 19:57:47 +00:00
committed by GitHub
parent 41790e615b
commit 4b12bc19b6
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ devicon.controller('IconListCtrl', function($scope, $http, $compile) {
});
var baseUrl = 'https://raw.githubusercontent.com/' + gitHubPath + '/master/'
var baseUrl = `https://cdn.jsdelivr.net/gh/${gitHubPath}/`
// Get devicon.json
$http.get(baseUrl + '/devicon.json').success(function(data) {