Added TAAFT

This commit is contained in:
zaidmukaddam 2024-10-14 13:15:17 +05:30
parent 40de2e9415
commit fa967fbc0c
3 changed files with 64 additions and 0 deletions

View File

@ -745,6 +745,23 @@ const LandingPage: React.FC = () => {
alt="Peerlist"
width={32}
height={32}
className="h-12 w-auto block dark:hidden"
/>
<Image
src="/Launch_SVG_Dark.svg"
alt="Peerlist"
width={32}
height={32}
className="h-12 w-auto hidden dark:block"
/>
</NextLink>
{/* <a href="https://theresanaiforthat.com/ai/miniperplx/?ref=featured&v=2143659" target="_blank" rel="nofollow"><img width="300" src="https://media.theresanaiforthat.com/featured-on-taaft.png?width=600" /></a> */}
<NextLink href="https://theresanaiforthat.com/ai/miniperplx/?ref=featured&v=2143659" target="_blank" rel="nofollow" passHref>
<Image
src="https://media.theresanaiforthat.com/featured-on-taaft.png?width=600"
alt="There's an AI for that"
width={300}
height={150}
className="h-12 w-auto"
/>
</NextLink>

View File

@ -49,6 +49,13 @@ const nextConfig = {
port: '',
pathname: '**'
},
// media.theresanaiforthat.com
{
protocol: 'https',
hostname: 'media.theresanaiforthat.com',
port: '',
pathname: '**'
},
]
},
};

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 39 KiB