Skip to content

Commit d8b33e0

Browse files
committed
new tweet
1 parent e6b2ade commit d8b33e0

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

next.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ const nextConfig = {
3535
hostname: "images.smart.wtf",
3636
pathname: "**",
3737
},
38+
{
39+
protocol: "https",
40+
hostname: "cwp8pb7l7rzz6iyv.public.blob.vercel-storage.com",
41+
pathname: "**",
42+
},
3843
],
3944
},
4045
};

src/app/tweets.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ export default function Tweets() {
88
<p className="text-2xl font-bold">Here's what you can make with our AI</p>
99
<ClientTweetCard
1010
className=" bg-card/60 text-sm"
11-
id="1900398732023099470"
12-
video="https://images.codefoli.com/jordan.mp4"
11+
id="1900595207172661360"
12+
video="https://cwp8pb7l7rzz6iyv.public.blob.vercel-storage.com/Etd5PUlku7lKa3zL.mp4"
1313
pfp="/pfp/brainrotpfp.jpg"
1414
/>
1515
<ClientTweetCard

0 commit comments

Comments
 (0)