feat: new images
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user