Skip to content

Commit

Permalink
Fix to speficy the correct format
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuma0129 committed Oct 11, 2024
1 parent 48c6f28 commit 2776191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const SHARE_TARGET_PICKER_FIXED_ARGUMENT_LIST = [
value: {
type: 'video',
originalContentUrl: `${base}/assets/stp_video.mp4`,
previewImageUrl: `${base}/assets/stp_video.mp4`,
previewImageUrl: `${base}/assets/stp_image.jpg`,
trackingId: 'track-id',
},
},
Expand Down

0 comments on commit 2776191

Please sign in to comment.