diff --git a/app/views/articles/index.html.erb b/app/views/articles/index.html.erb index 14bac7c14..7d272806f 100644 --- a/app/views/articles/index.html.erb +++ b/app/views/articles/index.html.erb @@ -25,7 +25,7 @@ <% end %> <%= javascript_pack_tag "homePage", defer: true %> -<% cache("main-stories-index-#{params}-#{user_signed_in?}-#{ApplicationConfig['HEROKU_SLUG_COMMIT']}", expires_in: 90.seconds) do %> +<% cache("main-stories-index-#{params}-#{user_signed_in?}", expires_in: 90.seconds) do %>