fix: remove penguin source
This commit is contained in:
parent
2a95836dcb
commit
cb793b9a38
2 changed files with 4 additions and 3 deletions
|
@ -6,7 +6,7 @@ const nextConfig: NextConfig = {
|
|||
remotePatterns: [
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'img1.wikia.nocookie.net',
|
||||
hostname: 'i.gifer.com',
|
||||
port: '',
|
||||
pathname: '/**',
|
||||
},
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue