docs(fix): public_folder greedy match for _ rendered (#1611)
This commit is contained in:
parent
583377bc92
commit
dd56d6e2d9
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user