Skip to content

Commit

Permalink
release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradgarropy committed Jun 1, 2020
1 parent 652da9c commit b302f4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bradgarropy/gatsby-plugin-seo",
"version": "0.0.2",
"version": "1.0.0",
"description": "🔎 gatsby-plugin-seo",
"keywords": [
"gatsby",
Expand Down
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,12 @@ Some fields in `siteMetadata` are also required.
| `keywords` | Keywords describing the page. |
| `twitter` | Twitter handle, without the `@`. |

This plugin also expects the default social media cards to be availabe at `/facebook.png` and `/twitter.png`. This can be accomplished by placing these images in the `static` directory.
This plugin also expects the default social media cards and favicon to be availabe at `/facebook.png`, `/twitter.png`, and `/favicon.png`. This can be accomplished by placing these images in the `static` directory.

```
static/
| facebook.png
| favicon.png
| twitter.png
```

Expand Down

0 comments on commit b302f4f

Please sign in to comment.