Skip to content

Commit 63a1483

Browse files
committed
Hopefully fixed lastmod date
1 parent d801029 commit 63a1483

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const config = {
4949
[
5050
'@docusaurus/plugin-sitemap',
5151
{
52-
lastmod: new Date(),
52+
lastmod: new Date().toISOString().split('T')[0],
5353
},
5454
],
5555
[

0 commit comments

Comments
 (0)