fix: remove penguin source
Some checks failed
docker-build / docker (pull_request) Has been cancelled
tests / Tests (pull_request) Has been cancelled
container-scan / Container Scan (pull_request) Successful in 2m34s

This commit is contained in:
Dominik 2025-07-01 09:05:21 +02:00
parent 2a95836dcb
commit b51c315283
Signed by: dominik
GPG key ID: 06A4003FC5049644
2 changed files with 3 additions and 2 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'
unoptimized
></Image>
</HoverCardContent>
</HoverCard>