File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 ViewData [" Description" ] = Model .ViewModel .Tip .Description ;
77
88 var absoluteUrl = Request .GetDisplayUrl ();
9- var logoUrl = $" { Request . Scheme }://{ Request . Host }/img/icon-with-bg.webp " ;
9+
1010}
1111
1212@section Styles {
1616 <meta property =" og:url" content =" @absoluteUrl" />
1717 <meta property =" og:type" content =" article" />
1818 <meta property =" og:site_name" content =" Copilot That Jawn" />
19- <meta property =" og:image" content =" @logoUrl " />
19+ <meta property =" og:image" content =" @(Url.Content( " ~ / img / social-preview.webp " )) " />
2020 <meta property =" og:image:width" content =" 1200" />
2121 <meta property =" og:image:height" content =" 630" />
2222 <meta property =" article:published_time" content =" @Model.ViewModel.Tip.PublishedDate.ToString(" yyyy-MM-ddTHH:mm:ssZ " )" />
3131 <meta name =" twitter:card" content =" summary_large_image" />
3232 <meta name =" twitter:title" content =" @Model.ViewModel.Tip.Title" />
3333 <meta name =" twitter:description" content =" @Model.ViewModel.Tip.Description" />
34- <meta name =" twitter:image" content =" @logoUrl " />
34+ <meta name =" twitter:image" content =" @(Url.Content( " ~ / img / social-preview.webp " )) " />
3535 <meta name =" twitter:site" content =" @(" @CopilotThatJawn " )" />
3636
3737 <!-- Additional SEO -->
You can’t perform that action at this time.
0 commit comments