From dd56d6e2d9a818dc3e5801b720fe945f41d8f16c Mon Sep 17 00:00:00 2001 From: Chase Adams Date: Tue, 14 Aug 2018 07:37:44 -0700 Subject: [PATCH] docs(fix): public_folder greedy match for _ rendered (#1611) --- website/content/docs/add-to-your-site.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/add-to-your-site.md b/website/content/docs/add-to-your-site.md index 53645ca5..40352e3b 100755 --- a/website/content/docs/add-to-your-site.md +++ b/website/content/docs/add-to-your-site.md @@ -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