Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
oopsie lmao
  • Loading branch information
regalijan committed Jan 23, 2025
1 parent 2cdee3b commit bbca4a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/routes/_index.tsx
Expand Up @@ -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({
Expand Down

0 comments on commit bbca4a9

Please sign in to comment.