Skip to content

Commit

Permalink
docs: document new ogImage support (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
manniL authored and pi0 committed Mar 8, 2018
1 parent 841640a commit 6481d2b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/modules/meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,24 @@ Please read this resources before you enable `mobileAppIOS` option:
- Default: same as options.description
- Meta: `og:description`

**ogHost**
Specify the domain that the site is hosted. Required for ogImage.
- Default: `undefined`
- Meta: `N/A`

**ogImage**
- Default: `true`
- Meta: `og:image` and sub-tags

These types are accepted:

- Boolean: the icons from the `icon` module are used.
- String: the path is used.
- Object:
* `path`: specify the path.
* `width`, `height`: specify the dimensions, respectively.
* `type`: specify the MIME type.

**nativeUI**
- Default: `false`

Expand Down

0 comments on commit 6481d2b

Please sign in to comment.