Fix wrong http pathing/prefixing example in generated config
This commit is contained in:
parent
6d1effd2e7
commit
dd08ea2f6d
|
@ -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