fix: remove penguin source
All checks were successful
container-scan / Container Scan (pull_request) Successful in 2m33s
docker-build / docker (pull_request) Successful in 4m4s
tests / Tests (pull_request) Successful in 3m45s

This commit is contained in:
Dominik 2025-07-01 09:05:21 +02:00
parent 2a95836dcb
commit cb793b9a38
Signed by: dominik
GPG key ID: 06A4003FC5049644
2 changed files with 4 additions and 3 deletions

View file

@ -6,7 +6,7 @@ const nextConfig: NextConfig = {
remotePatterns: [
{
protocol: 'https',
hostname: 'img1.wikia.nocookie.net',
hostname: 'i.gifer.com',
port: '',
pathname: '/**',
},

View file

@ -61,10 +61,11 @@ export default async function LoginPage() {
</HoverCardTrigger>
<HoverCardContent className='flex items-center justify-center'>
<Image
src='https://img1.wikia.nocookie.net/__cb20140808110649/clubpenguin/images/a/a1/Action_Dance_Light_Blue.gif'
src='https://i.gifer.com/22CU.gif'
width='150'
height='150'
alt='dancing penguin'
alt='cat gif'
unoptimized
></Image>
</HoverCardContent>
</HoverCard>