diff --git a/next.config.ts b/next.config.ts index 9d8de36..f20d813 100644 --- a/next.config.ts +++ b/next.config.ts @@ -16,6 +16,12 @@ const nextConfig: NextConfig = { port: '', pathname: '/**', }, + { + protocol: 'https', + hostname: 'img.youtube.com', + port: '', + pathname: '/**', + }, ], }, }; diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 14b11a8..b8d35e6 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -2,6 +2,8 @@ import type { Metadata } from 'next'; import { Button } from '@/components/ui/button'; import Link from 'next/link'; +import Image from 'next/image'; +import { ExternalLink } from 'lucide-react'; export const metadata: Metadata = { title: "Video Gallery - Community Coverage of Chelsea Smallwood", @@ -78,18 +80,26 @@ export default async function GalleryPage() {
Could not load videos. Please try again later.