Skip to content

Commit

Permalink
apple-touch-icon fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Aug 22, 2017
1 parent ad3d679 commit 5f5c5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@
redirect "/img/icon32.png"
end

get %r{/apple-touch-icon} do
get %r{/apple-touch-icon.*} do
redirect "/img/icon128.png"
end

Expand Down

0 comments on commit 5f5c5a4

Please sign in to comment.