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: [
|
remotePatterns: [
|
||||||
{
|
{
|
||||||
protocol: 'https',
|
protocol: 'https',
|
||||||
hostname: 'img1.wikia.nocookie.net',
|
hostname: 'i.gifer.com',
|
||||||
port: '',
|
port: '',
|
||||||
pathname: '/**',
|
pathname: '/**',
|
||||||
},
|
},
|
||||||
|
|
|
@ -61,10 +61,11 @@ export default async function LoginPage() {
|
||||||
</HoverCardTrigger>
|
</HoverCardTrigger>
|
||||||
<HoverCardContent className='flex items-center justify-center'>
|
<HoverCardContent className='flex items-center justify-center'>
|
||||||
<Image
|
<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'
|
width='150'
|
||||||
height='150'
|
height='150'
|
||||||
alt='dancing penguin'
|
alt='cat gif'
|
||||||
|
unoptimized
|
||||||
></Image>
|
></Image>
|
||||||
</HoverCardContent>
|
</HoverCardContent>
|
||||||
</HoverCard>
|
</HoverCard>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue