diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 8f1cd8fceede2eda3addd2f6cbd0a70c1fc17000..42f6ab3db474a0435fb16783703f92ef1d533dc5 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -20,7 +20,7 @@ module ApplicationHelper
 
   def favicon_path
     env_suffix = Rails.env.production? ? '' : '-dev'
-    asset_path "favicon#{env_suffix}.ico"
+    "/favicon#{env_suffix}.ico"
   end
 
   def title