gatsby-source-notion-churnotion 1.1.18 → 1.1.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -60,7 +60,7 @@ const processMetadata = async (blocks, actions, createNodeId, reporter, cache) =
60
60
  title: metadata.title || "",
61
61
  description: metadata.description || "",
62
62
  image: metadata.image || "",
63
- url: metadata.url || href,
63
+ url: href,
64
64
  };
65
65
  createNode(metadataNode);
66
66
  reporter.info(`[SUCCESS] Created metadata node for URL: ${href}`);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gatsby-source-notion-churnotion",
3
3
  "description": "Gatsby plugin that can connect with One Notion Database RECURSIVELY using official API",
4
- "version": "1.1.18",
4
+ "version": "1.1.19",
5
5
  "skipLibCheck": true,
6
6
  "license": "0BSD",
7
7
  "main": "./dist/gatsby-node.js",