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

Commit 68d9c37

Browse files
authored
Merge pull request #210 from visualfanatic/patch-2
Let gatsby-source-filesystem handle filenames
2 parents 04f27ba + f17ccb8 commit 68d9c37

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)