Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Support Gatsby #21

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ Creates a React component for rendering generic meta-data and layout.
- `description : string` Optional. The meta description.
- `canonical : string` Optional. The canonical URL.
- `favicon : string` Optional. The favicon URL. Defaults to `https://www.nib.com.au/favicon.ico`
- `script : string|array` Optional. The path(s) of a script or an array of scripts. Defaults to `'index.js'`.
- `style : string|array` Optional. The path(s) of a style or an array of styles. Defaults to `'index.css'`.
- `script : string|array` Optional. The path(s) of a script or an array of scripts. Defaults to `null`.
- `style : string|array` Optional. The path(s) of a style or an array of styles. Defaults to `null`.
- `revManifestPath : object` Optional. Configuration for [rev-manifest-path](https://www.npmjs.com/package/rev-manifest-path)
- `config : object` Optional. The application config which will be passed to the client loaded at `window.__CONFIG__`.
- `visualWebsiteOptimizer : boolean` Optional. Whether the VWO script is enabled. Defaults to `false`.
Expand All @@ -97,6 +97,11 @@ A React component.

## Change log

# 4.0.0

- add: New `gatsby` releated options
- break: remove default script and styles: `index.js` and `index.css`

# 3.0.0

- break: No longer include nib's google fonts by default.
Expand Down
Loading