Add opengraph information

This commit is contained in:
Mike Wink 2022-11-18 14:40:11 +01:00
commit ab9fccd05a
2 changed files with 7 additions and 0 deletions

View file

@ -20,6 +20,13 @@
<link rel="stylesheet"
href="/build/styles.css">
<meta property="og:site_name" content="Mike Wink">
<meta property="og:url" content="https://mikewink.de">
<meta property="og:type" content="website">
<meta property="og:title" content="Mike Wink - A PHP Developer">
<meta property="og:description" content="Welcome to the homepage of PHP developer Mike Wink.">
<meta property="og:image" content="https://mikewink.de/og/opengraph.png">
</head>
<body class="pattern bg-lightCyan dark:bg-black dark:text-white md:h-screen">
<div class="md:grid md:grid-cols-layout md:h-full">

BIN
public/og/opengraph.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 KiB