change role/title

This commit is contained in:
2024-01-01 20:57:55 +01:00
parent 9139f4dc18
commit 21781a2b0c
5 changed files with 5 additions and 13 deletions
+3 -6
View File
@@ -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 />