File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ export default function Home() {
8989 < div className = "relative" >
9090 < div className = "relative bg-gradient-to-br from-default-100 to-default-200 rounded-2xl p-3 md:p-6 shadow-2xl" >
9191 < Image
92- src = "https://vhs.charm.sh/vhs-12NaAvXqgDiV647TA2C356 .gif"
92+ src = "https://github.com/cabinpkg/cabin/releases/latest/download/demo .gif"
9393 width = { 800 }
9494 height = { 450 }
9595 alt = "Demo of Cabin package manager"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export function middleware(request: NextRequest) {
1818 } ;
1919 style-src 'self' 'unsafe-inline';
2020 connect-src 'self' vitals.vercel-insights.com;
21- img-src 'self' vhs.charm.sh blob: data:;
21+ img-src 'self' github.com release-assets.githubusercontent.com blob: data:;
2222 font-src 'self';
2323 object-src 'none';
2424 base-uri 'self';
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const nextConfig: NextConfig = {
55 remotePatterns : [
66 {
77 protocol : "https" ,
8- hostname : "vhs.charm.sh " ,
8+ hostname : "github.com " ,
99 pathname : "**" ,
1010 } ,
1111 ] ,
You can’t perform that action at this time.
0 commit comments