Skip to content

Commit f7eb7f5

Browse files
committed
fix: build website [skip ci]
Signed-off-by: sarthakjdev <jsarthak448@gmail.com>
1 parent 31a24e4 commit f7eb7f5

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

apps/wapijs.co/next.config.mjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ const nextConfig = {
33
reactStrictMode: true,
44
compiler: {
55
removeConsole: process.env.NODE_ENV === 'production'
6+
},
7+
images: {
8+
remotePatterns: [
9+
{
10+
hostname: 'res.cloudinary.com'
11+
}
12+
]
613
}
714
}
815

apps/wapijs.co/src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default function Home() {
3939

4040
<div className="flex h-screen max-w-4xl flex-1 items-center bg-secondary-950 px-4">
4141
<video autoPlay={true} loop={true} muted className="rounded-xl">
42-
<source src="/assets/library-usage-flow.mp4" />
42+
<source src="https://res.cloudinary.com/dm4zlrwhs/video/upload/v1716021568/library-usage-flow_qvvig8.mp4" />
4343
</video>
4444
</div>
4545
</main>

0 commit comments

Comments
 (0)