docs(fix): public_folder greedy match for _ rendered (#1611)

This commit is contained in:
Chase Adams 2018-08-14 07:37:44 -07:00 committed by Caleb
parent 583377bc92
commit dd56d6e2d9

View File

@ -118,7 +118,7 @@ public_folder: '/images/uploads' # The src attribute for uploaded media will beg
The configuration above adds a new setting, `public_folder`. While `media_folder` specifies where uploaded files will be saved in the repo, `public_folder` indicates where they can be found in the published site. This path is used in image `src` attributes and is relative to the file where it's called. For this reason, we usually start the path at the site root, using the opening `/`.
_If `public_folder` is not set, Netlify CMS will default to the same value as `media_folder`, adding an opening `/` if one is not included._
*If `public_folder` is not set, Netlify CMS will default to the same value as `media_folder`, adding an opening `/` if one is not included.*
### Collections