feat: new images

This commit is contained in:
2026-02-22 18:37:50 +00:00
parent bf8cd6f903
commit 63b43f1531
10 changed files with 25 additions and 14 deletions

View File

@@ -29,14 +29,14 @@ export default function MyApp({ Component, pageProps }: AppProps): JSX.Element {
<meta property="og:title" content="Patryk Kuchta's Portfolio"/>
<meta property="og:description" content="Explore a showcase of my projects, education and work experience."/>
<meta property="og:image" content="https://kuchta.uk/logo.svg"/>
<meta property="og:image" content="https://kuchta.uk/white_logo.png"/>
<meta property="og:url" content="https://kuchta.uk"/>
<meta property="og:type" content="website"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Patryk Kuchta's Portfolio"/>
<meta name="twitter:description" content="Explore a showcase of my projects, education and work experience."/>
<meta name="twitter:image" content="https://kuchta.uk/logo.svg"/>
<meta name="twitter:image" content="https://kuchta.uk/white_logo.png"/>
<link rel="icon" type="image/x-icon" href="/portfolio/favicon.ico"/>
</Head>