We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd80e1a commit 767e75fCopy full SHA for 767e75f
packages/gatsby-transformer-video/src/gatsby-node.js
@@ -38,7 +38,7 @@ const DEFAULT_ARGS = {
38
overlayPadding: { type: GraphQLInt, defaultValue: 10 },
39
publicPath: {
40
type: GraphQLString,
41
- defaultValue: `assets/videos`,
+ defaultValue: `static/videos`,
42
},
43
}
44
0 commit comments