Skip to content

Commit

Permalink
P::M::staticにしたときに、iPhoneのアイコンがでなくなっていたのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
uzulla committed Oct 14, 2013
1 parent 1c251f7 commit d9c38da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat.psgi
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ builder {
path => qr{^/static/};

enable 'Plack::Middleware::Static',
path => qr{^(?:/robots\.txt|/favicon\.ico)$},
path => qr{^(?:/robots\.txt|/favicon\.ico|/apple-touch-icon\.png)$},
root => File::Spec->catdir($root, 'static');

mount '/socket.io/socket.io.js' =>
Expand Down

0 comments on commit d9c38da

Please sign in to comment.