Skip to content

Commit 267c8ad

Browse files
csharpfritzCopilot
andcommitted
fix: update Ads.xml to use correct image paths matching wwwroot
Update ImageUrl entries from non-existent /Content/Images/banner.png to /img/CSharp.png and /img/VB.png which exist in wwwroot/img/. Update AlternateText to match integration test expectations. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c1abf19 commit 267c8ad

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

  • samples/AfterBlazorServerSide
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<Advertisements>
22
<Ad>
3-
<ImageUrl>/Content/Images/banner.png</ImageUrl>
4-
<NavigateUrl>https://bing.com</NavigateUrl>
5-
<AlternateText>Visit Bing</AlternateText>
3+
<ImageUrl>/img/CSharp.png</ImageUrl>
4+
<NavigateUrl>https://learn.microsoft.com/dotnet/csharp/</NavigateUrl>
5+
<AlternateText>CSharp</AlternateText>
66
<Impressions>50</Impressions>
7-
<Keyword>search</Keyword>
7+
<Keyword>language</Keyword>
88
</Ad>
99
<Ad>
10-
<ImageUrl>/Content/Images/banner.png</ImageUrl>
11-
<NavigateUrl>https://github.com</NavigateUrl>
12-
<AlternateText>Visit GitHub</AlternateText>
10+
<ImageUrl>/img/VB.png</ImageUrl>
11+
<NavigateUrl>https://learn.microsoft.com/dotnet/visual-basic/</NavigateUrl>
12+
<AlternateText>Visual Basic</AlternateText>
1313
<Impressions>50</Impressions>
14-
<Keyword>technology</Keyword>
14+
<Keyword>language</Keyword>
1515
</Ad>
16-
</Advertisements>
16+
</Advertisements>

0 commit comments

Comments
 (0)