Skip to content

Commit 5a5db26

Browse files
committed
fix: Missed to checkin SupportMePage
1 parent 603b2a5 commit 5a5db26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LinkDotNet.Blog.Web/Features/SupportMe/SupportMePage.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
@if (SupportConfiguration.Value.ShowSupportMePage)
99
{
1010
<OgData Title="@("Support Me - " + ProfileInformation.Value.Name)"
11-
Description="@("Support Me," + ProfileInformation.Value.Name)"
12-
Keywords="@ProfileInformation.Value.Name"
11+
Description="@("Support Me - " + ProfileInformation.Value.Name)"
12+
Keywords="@($"Donation,Support,{ProfileInformation.Value.Name})")"
1313
AbsolutePreviewImageUrl="@ImageUrl"></OgData>
1414

1515
<div class="container">

0 commit comments

Comments
 (0)