Skip to content

Commit 4c5643c

Browse files
authored
Temporarily fixed lastmod
1 parent 63a1483 commit 4c5643c

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().toISOString().split('T')[0],
52+
lastmod: null, //Why won't this work: new Date().toISOString().split('T')[0],
5353
},
5454
],
5555
[

0 commit comments

Comments
 (0)