From bbca4a9513c609524c9651d248b0a15e5924e5fd Mon Sep 17 00:00:00 2001 From: Regalijan Date: Thu, 23 Jan 2025 17:48:57 -0500 Subject: [PATCH] oopsie lmao --- app/routes/_index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index cf27978..b3867d4 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -18,8 +18,8 @@ export async function loader({ const s3base = `https://car-crushers.${context.env.R2_ZONE}.r2.cloudflarestorage.com`; const baseURLs = [ - `https://${s3base}/trailer.webm?X-Amz-Expires=600`, - `https://${s3base}/trailer.mp4?X-Amz-Expires=600`, + `${s3base}/trailer.webm?X-Amz-Expires=600`, + `${s3base}/trailer.mp4?X-Amz-Expires=600`, ]; const aws = new AwsClient({