Add og image

This commit is contained in:
Beau Findlay
2024-03-14 13:13:33 +00:00
parent 56d9eb0a47
commit 81e845d235
2 changed files with 1 additions and 3 deletions

View File

@@ -20,6 +20,4 @@ else
builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri(apiBase) });
builder.Services.AddSingleton<ITypewriterNotificationService, TypewriterNotificationService>();
await builder.Build().RunAsync();

View File

@@ -20,7 +20,7 @@
<meta property="og:title" content="Beau Findlay" />
<meta property="og:description" content="A Software Developer">
<meta property="og:type" content="website" />
<meta property="og:image" content="images/beaufindlay-logo.png" />
<meta property="og:image" content="https://beaufindlay.com/images/logo.png" />
<meta property="og:url" content="https://beaufindlay.com" />
<title>Beau Findlay</title>
<base href="/"/>