Fix wrong http pathing/prefixing example in generated config

This commit is contained in:
Jason Webster 2013-08-15 15:24:03 -07:00
parent 6d1effd2e7
commit dd08ea2f6d
2 changed files with 2 additions and 2 deletions

View file

@ -76,5 +76,5 @@ configure :build do
# activate :smusher
# Or use a different image path
# set :http_path, "/Content/images/"
# set :http_prefix, "/Content/images/"
end

View file

@ -81,5 +81,5 @@ configure :build do
# activate :relative_assets
# Or use a different image path
# set :http_path, "/Content/images/"
# set :http_prefix, "/Content/images/"
end