mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
yo
This commit is contained in:
@@ -14,14 +14,8 @@ export default function Document() {
|
||||
href='https://vitals.vercel-insights.com'
|
||||
crossOrigin='anonymous'
|
||||
/>
|
||||
<meta
|
||||
name='description'
|
||||
content={`${age()}-year-old devops engineer`}
|
||||
/>
|
||||
<meta
|
||||
name='og:description'
|
||||
content={`${age()}-year-old devops engineer`}
|
||||
/>
|
||||
<meta name='description' content={`${age()}yo devops engineer`} />
|
||||
<meta name='og:description' content={`${age()}yo devops engineer`} />
|
||||
<meta property='og:image' content='/profile.webp' />
|
||||
</Head>
|
||||
<body>
|
||||
|
@@ -14,7 +14,7 @@ export default function Home() {
|
||||
<div className='mx-auto mb-16 mt-32 flex max-w-3xl flex-col'>
|
||||
<h1 className='text-7xl font-bold'>albert</h1>
|
||||
<p className='mt-2 text-2xl font-semibold text-gray-600'>
|
||||
{age()}-year-old devops engineer
|
||||
{age()}yo devops engineer
|
||||
</p>
|
||||
<SocialLayout />
|
||||
<NowPlayingCard />
|
||||
|
Reference in New Issue
Block a user