Skip to content

Commit

Permalink
Fixed Event Image Url
Browse files Browse the repository at this point in the history
  • Loading branch information
acmoune committed May 17, 2024
1 parent 939ede9 commit 4522dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OsanWebsite.Web/Pages/Spot.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<meta property="og:type" content="article" />
<meta property="og:locale" content="fr_FR" />
<meta property="og:site_name" content="osancave.com" />
<meta property="og:image" content=@($"{Environment.GetEnvironmentVariable("SITE_BASE")}{Model.Spot.GetImageUrl()}") />
<meta property="og:image" content=@($"{Model.Spot.GetImageUrl()}") />
<meta property="twitter:card" content="summary_large_image" />
}

Expand Down

0 comments on commit 4522dd9

Please sign in to comment.