We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30d523 commit 9bad756Copy full SHA for 9bad756
1 file changed
astro.config.mjs
@@ -22,7 +22,7 @@ export default defineConfig({
22
xslURL: '/rss/sitemap.xsl',
23
changefreq: ChangeFreqEnum.WEEKLY,
24
priority: 0.7,
25
- lastmod: new Date().toISOString()
+ lastmod: new Date()
26
}),
27
AstroPWA({
28
injectRegister: null,
0 commit comments