Skip to content

Commit

Permalink
Don't use /public
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiew committed Jan 22, 2012
1 parent 221b152 commit 5ab2a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ru
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $stdout.sync = true

use Rack::Static,
:urls => ["/stylesheets", "/images"],
:root => "public"
:root => "."

run lambda { |env|
[
Expand Down

0 comments on commit 5ab2a15

Please sign in to comment.