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({