From 731360fdba05631169693b4497069ccd7688795e Mon Sep 17 00:00:00 2001 From: "Tim Malone (Mac)" Date: Fri, 16 Jun 2017 23:27:39 +1000 Subject: [PATCH] Hotfix: update assets URL; rawgit redirect gets in the way --- src/_app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_app.php b/src/_app.php index d2b6561..f4ec404 100755 --- a/src/_app.php +++ b/src/_app.php @@ -26,7 +26,7 @@ // The base URL used for all animated Pokemon sprite GIFs 'ANIMATED_GIF_BASE' => ( - 'https://cdn.rawgit.com/tdmalone/pokecss-media/57061f0fdfd664a1b6543ddb6913dfd9a52b157f/graphics/pokemon' + 'https://raw.githubusercontent.com/tdmalone/pokecss-media/57061f0fdfd664a1b6543ddb6913dfd9a52b157f/graphics/pokemon' ), 'AVAILABLE_REGIONS' => [ 'kanto' ],