Skip to content

Commit 9bad756

Browse files
committed
update sitemap
1 parent c30d523 commit 9bad756

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default defineConfig({
2222
xslURL: '/rss/sitemap.xsl',
2323
changefreq: ChangeFreqEnum.WEEKLY,
2424
priority: 0.7,
25-
lastmod: new Date().toISOString()
25+
lastmod: new Date()
2626
}),
2727
AstroPWA({
2828
injectRegister: null,

0 commit comments

Comments
 (0)