Skip to content

Commit

Permalink
added favicon to static reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Oct 28, 2009
1 parent 081ac79 commit 4872905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/toto.ru
@@ -1,7 +1,7 @@
require 'lib/toto'

# Rack config
use Rack::Static, :urls => ['/css', '/js', '/images'], :root => 'public'
use Rack::Static, :urls => ['/css', '/js', '/images', '/favicon.ico'], :root => 'public'
use Rack::ShowExceptions
use Rack::CommonLogger

Expand Down

0 comments on commit 4872905

Please sign in to comment.