We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b2ade commit d8b33e0Copy full SHA for d8b33e0
2 files changed
next.config.mjs
@@ -35,6 +35,11 @@ const nextConfig = {
35
hostname: "images.smart.wtf",
36
pathname: "**",
37
},
38
+ {
39
+ protocol: "https",
40
+ hostname: "cwp8pb7l7rzz6iyv.public.blob.vercel-storage.com",
41
+ pathname: "**",
42
+ },
43
],
44
45
};
src/app/tweets.tsx
@@ -8,8 +8,8 @@ export default function Tweets() {
8
<p className="text-2xl font-bold">Here's what you can make with our AI</p>
9
<ClientTweetCard
10
className=" bg-card/60 text-sm"
11
- id="1900398732023099470"
12
- video="https://images.codefoli.com/jordan.mp4"
+ id="1900595207172661360"
+ video="https://cwp8pb7l7rzz6iyv.public.blob.vercel-storage.com/Etd5PUlku7lKa3zL.mp4"
13
pfp="/pfp/brainrotpfp.jpg"
14
/>
15
0 commit comments