From fe526544a13b1e1329671cd824308c5f60c7e8a2 Mon Sep 17 00:00:00 2001 From: waridrox Date: Fri, 2 Jul 2021 19:23:31 +0530 Subject: [PATCH] reverted font awesome cache --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/routes.rb b/config/routes.rb index eb8305f98..8f5f78347 100755 --- a/config/routes.rb +++ b/config/routes.rb @@ -208,6 +208,7 @@ cache '/lib/junction/webfonts/junction-regular.woff' cache '/lib/junction/webfonts/junction-regular.ttf' cache '/lib/junction/webfonts/junction-regular.svg' + cache '/lib/fontawesome/css/font-awesome.min.css' network '/' fallback '/' => '/offline'