Update Readme: images and css paths are relative to static directory

This commit is contained in:
Dmitry Kolosov 2020-05-30 15:25:44 +03:00
parent 3c48720b22
commit 0ac19e409b

View File

@ -52,9 +52,9 @@ params:
author: ""
description: ""
images:
- images/og-featured.png
- images/og-featured.png # relative path to "static" directory
customCSS:
- css/my.css
- css/my.css # relative path to "static" directory
dateFormat: "2006-01-02"
```