Skip to content

Commit

Permalink
feat: move default directory into static folder
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Nov 2, 2020
1 parent dd80e1a commit 767e75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-video/src/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const DEFAULT_ARGS = {
overlayPadding: { type: GraphQLInt, defaultValue: 10 },
publicPath: {
type: GraphQLString,
defaultValue: `assets/videos`,
defaultValue: `static/videos`,
},
}

Expand Down

0 comments on commit 767e75f

Please sign in to comment.