mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
change role/title
This commit is contained in:
parent
9139f4dc18
commit
21781a2b0c
5 changed files with 5 additions and 13 deletions
|
@ -48,10 +48,6 @@ module.exports = {
|
||||||
protocol: 'https',
|
protocol: 'https',
|
||||||
hostname: 'i.scdn.co',
|
hostname: 'i.scdn.co',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
protocol: 'https',
|
|
||||||
hostname: 'cdn.albert.lol',
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
|
|
BIN
public/profile.webp
Normal file
BIN
public/profile.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
|
@ -16,16 +16,13 @@ export default function Document() {
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name='description'
|
name='description'
|
||||||
content={`${age()}-year-old sysadmin from hungary`}
|
content={`${age()}-year-old devops engineer`}
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name='og:description'
|
name='og:description'
|
||||||
content={`${age()}-year-old sysadmin from hungary`}
|
content={`${age()}-year-old devops engineer`}
|
||||||
/>
|
|
||||||
<meta
|
|
||||||
property='og:image'
|
|
||||||
content='https://cdn.albert.lol/KmxuVVvWGUtGa.webp'
|
|
||||||
/>
|
/>
|
||||||
|
<meta property='og:image' content='/profile.webp' />
|
||||||
</Head>
|
</Head>
|
||||||
<body>
|
<body>
|
||||||
<Main />
|
<Main />
|
||||||
|
|
|
@ -14,7 +14,7 @@ export default function Home() {
|
||||||
<div className='mx-auto mb-16 mt-32 flex max-w-3xl flex-col'>
|
<div className='mx-auto mb-16 mt-32 flex max-w-3xl flex-col'>
|
||||||
<h1 className='text-7xl font-bold'>albert</h1>
|
<h1 className='text-7xl font-bold'>albert</h1>
|
||||||
<p className='mt-2 text-2xl font-semibold text-gray-600'>
|
<p className='mt-2 text-2xl font-semibold text-gray-600'>
|
||||||
{age()}-year-old sysadmin
|
{age()}-year-old devops engineer
|
||||||
</p>
|
</p>
|
||||||
<SocialLayout />
|
<SocialLayout />
|
||||||
<NowPlayingCard />
|
<NowPlayingCard />
|
||||||
|
|
|
@ -26,8 +26,7 @@
|
||||||
/* Path Aliases */
|
/* Path Aliases */
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"paths": {
|
"paths": {
|
||||||
"@/*": ["./src/*"],
|
"@/*": ["./src/*"]
|
||||||
"@/public/*": ["./public/*"],
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue