Skip to content

Commit

Permalink
fix: iso timestamp for debugging cache
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jan 6, 2024
1 parent 00d176e commit db3f337
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export function wrapSitemapXml(input: string[], resolvers: NitroUrlResolvers, wr

input.unshift(`<?xml version="1.0" encoding="UTF-8"?>${xsl ? `<?xml-stylesheet type="text/xsl" href="${xsl}"?>` : ''}`)
if (credits)
input.push(`<!-- XML Sitemap generated by Nuxt Simple Sitemap v${wrapSitemapXmlOptions.version} -->`)
input.push(`<!-- XML Sitemap generated by @nuxtjs/sitemap v${options.version} at ${new Date().toISOString()} -->`)
return input.join('\n')
}

Expand Down

0 comments on commit db3f337

Please sign in to comment.