mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Merge pull request #985 from jasonwebster/fix_http_prefix_generated_config
Fix wrong http pathing/prefixing example in generated config
This commit is contained in:
commit
a3e030e846
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue