Commit ac4dfe7f2561ad89767ee744b18fc3b983e36248

Authored by Felix Bünemann
1 parent bd3eb276
Exists in master and in 1 other branch production

Fix favicon location

favicon_link_tag defaults to /images/favicon.ico, so the location in
public was wrong. To avoid 404 errors for user agents blindly requesting
/favicon.ico, we add a symlink in public.
app/assets/images/favicon.ico 0 → 100644
No preview for this file type
public/favicon.ico
1 Binary files a/public/favicon.ico and /dev/null differ 1 Binary files a/public/favicon.ico and /dev/null differ
public/favicon.ico 0 → 120000
@@ -0,0 +1 @@ @@ -0,0 +1 @@
  1 +../app/assets/images/favicon.ico
0 \ No newline at end of file 2 \ No newline at end of file