Skip to content

Commit 767e75f

Browse files
committed
feat: move default directory into static folder
1 parent dd80e1a commit 767e75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-transformer-video/src/gatsby-node.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const DEFAULT_ARGS = {
3838
overlayPadding: { type: GraphQLInt, defaultValue: 10 },
3939
publicPath: {
4040
type: GraphQLString,
41-
defaultValue: `assets/videos`,
41+
defaultValue: `static/videos`,
4242
},
4343
}
4444

0 commit comments

Comments
 (0)