Skip to content

Commit 91ad100

Browse files
committed
chore: update
1 parent 1915f60 commit 91ad100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatsby/create-node/create-preview-cards.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const createPreviewCard = async (
2626

2727
if (fileNode) {
2828
node.socialCard___NODE = fileNode.id;
29-
console.log('attach node', fileNode.id, node);
29+
console.log('attach node', fileNode.id, node.id, title, node.path);
3030
} else {
3131
console.log('failed file for', title);
3232
}

0 commit comments

Comments
 (0)