From 70b133fa15a05dbef3c823ba48d81f273ee5cf81 Mon Sep 17 00:00:00 2001 From: Jason Schwarz Date: Mon, 26 Jan 2026 15:45:59 -0400 Subject: [PATCH] feat: implement R2 bucket storage --- src/components/dashboard/SBTDisplayCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dashboard/SBTDisplayCard.tsx b/src/components/dashboard/SBTDisplayCard.tsx index c18efa0..b91419c 100644 --- a/src/components/dashboard/SBTDisplayCard.tsx +++ b/src/components/dashboard/SBTDisplayCard.tsx @@ -9,7 +9,7 @@ import { SocialIcon } from "react-social-icons" import { NFT_NAME, NFT_DESCRIPTION } from "@/lib/contract-config" import { OPENSEA_URL } from "@/lib/constants" -const SBT_VIDEO_ASSET_URL = process.env.NEXT_PUBLIC_BLOB_STORAGE_BASE_URL +const SBT_VIDEO_ASSET_URL = process.env.NEXT_PUBLIC_R2_BASE_URL const SBT_VIDEO_ASSET = `${SBT_VIDEO_ASSET_URL}/SBT-token-animated.mp4`