Skip to content

Commit 38fbec5

Browse files
author
Ajay kumar
committed
[Tech] [Ajay]: Add sitemap.xml for blog URLs and metadata
1 parent ba828ad commit 38fbec5

File tree

2 files changed

+5
-32
lines changed

2 files changed

+5
-32
lines changed

TestArena/TestArena.csproj

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -21,36 +21,4 @@
2121
<PackageReference Include="PublishSPAforGitHubPages.Build" Version="3.0.0" />
2222
</ItemGroup>
2323

24-
<!-- <ItemGroup>
25-
<Content Update="wwwroot\404.html">
26-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
27-
</Content>
28-
<Content Update="wwwroot\decode.js">
29-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
30-
</Content>
31-
<Content Update="wwwroot\images\blog\pact\intro\header_landscape.png">
32-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
33-
</Content>
34-
<Content Update="wwwroot\images\blog\vulnerability\auditing\Build status with severity level.png">
35-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
36-
</Content>
37-
<Content Update="wwwroot\favicon.png">
38-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
39-
</Content>
40-
</ItemGroup> -->
41-
42-
<!-- <ItemGroup>
43-
<None Include="wwwroot\.nojekyll">
44-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
45-
</None>
46-
<None Include="wwwroot\CNAME.txt">
47-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
48-
</None>
49-
<None Include="wwwroot\images\contract_test_intro.webp" />
50-
</ItemGroup> -->
51-
52-
<!-- <ItemGroup>
53-
<Folder Include="Blog/IntegrationTesting/" />
54-
</ItemGroup> -->
55-
5624
</Project>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://devcodex.in</loc>
5+
<lastmod>2024-12-01</lastmod>
6+
<changefreq>monthly</changefreq>
7+
</url>
38
<url>
49
<loc>https://devcodex.in/blog/contract-testing-pact-net-intro</loc>
510
<lastmod>2024-12-14</lastmod>

0 commit comments

Comments
 (0)