We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39afc0f commit 3f67ebbCopy full SHA for 3f67ebb
pages/sitemap.xml.js
@@ -5,23 +5,18 @@ function generateSiteMap(posts) {
5
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
6
<url>
7
<loc>https://www.webdevpath.co</loc>
8
- <lastmod>2023-05-04</lastmod>
9
</url>
10
11
<loc>https://www.webdevpath.co/about</loc>
12
13
14
15
<loc>https://www.webdevpath.co/blog</loc>
16
17
18
19
<loc>https://www.webdevpath.co/contact</loc>
20
21
22
23
24
25
26
${posts
27
.map(({ tag_list }) => {
0 commit comments