From 27761912063f9c4fd772df0a0470e8cce7e57ca1 Mon Sep 17 00:00:00 2001 From: KazumaOhashi Date: Fri, 11 Oct 2024 10:54:47 +0900 Subject: [PATCH] Fix to speficy the correct format --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 78dba83..cd9a826 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -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', }, },