Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit f17ccb8

Browse files
Fix filenames with two extensions
1 parent 271bf2d commit f17ccb8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/normalize.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ const extractImage = async (image, ctx) => {
3131
createNode,
3232
createNodeId,
3333
auth,
34-
ext: image.ext,
35-
name: image.name,
3634
});
3735

3836
if (fileNode) {

0 commit comments

Comments
 (0)