Skip to content

Commit 622a046

Browse files
committed
1 parent 9b503af commit 622a046

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.puppeteerrc.cjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
const { join } = require("path");
2+
3+
module.exports = {
4+
cacheDirectory: join(__dirname, ".cache", "puppeteer"),
5+
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-dynamic-open-graph-images",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Build dynamic open-graph preview images for gatsby pages. Simply use react components to create SEO ready preview images for Twitter, Facebook, Linkedin, Google, and many more.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)