Skip to content

Commit 3f67ebb

Browse files
committed
remove lastmod
1 parent 39afc0f commit 3f67ebb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pages/sitemap.xml.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,18 @@ function generateSiteMap(posts) {
55
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
66
<url>
77
<loc>https://www.webdevpath.co</loc>
8-
<lastmod>2023-05-04</lastmod>
98
</url>
109
<url>
1110
<loc>https://www.webdevpath.co/about</loc>
12-
<lastmod>2023-05-04</lastmod>
1311
</url>
1412
<url>
1513
<loc>https://www.webdevpath.co/blog</loc>
16-
<lastmod>2023-05-04</lastmod>
1714
</url>
1815
<url>
1916
<loc>https://www.webdevpath.co/contact</loc>
20-
<lastmod>2023-05-04</lastmod>
2117
</url>
2218
<url>
2319
<loc>https://www.webdevpath.co/contact</loc>
24-
<lastmod>2023-05-04</lastmod>
2520
</url>
2621
${posts
2722
.map(({ tag_list }) => {

0 commit comments

Comments
 (0)