Add og image
This commit is contained in:
@@ -20,6 +20,4 @@ else
|
||||
|
||||
builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri(apiBase) });
|
||||
|
||||
builder.Services.AddSingleton<ITypewriterNotificationService, TypewriterNotificationService>();
|
||||
|
||||
await builder.Build().RunAsync();
|
||||
@@ -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="/"/>
|
||||
|
||||
Reference in New Issue
Block a user