mirror of
https://github.com/skidoodle/albert.lol.git
synced 2026-04-29 19:57:41 +02:00
change role/title
This commit is contained in:
@@ -16,16 +16,13 @@ export default function Document() {
|
||||
/>
|
||||
<meta
|
||||
name='description'
|
||||
content={`${age()}-year-old sysadmin from hungary`}
|
||||
content={`${age()}-year-old devops engineer`}
|
||||
/>
|
||||
<meta
|
||||
name='og:description'
|
||||
content={`${age()}-year-old sysadmin from hungary`}
|
||||
/>
|
||||
<meta
|
||||
property='og:image'
|
||||
content='https://cdn.albert.lol/KmxuVVvWGUtGa.webp'
|
||||
content={`${age()}-year-old devops engineer`}
|
||||
/>
|
||||
<meta property='og:image' content='/profile.webp' />
|
||||
</Head>
|
||||
<body>
|
||||
<Main />
|
||||
|
||||
Reference in New Issue
Block a user