mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
This commit is contained in:
@@ -32,7 +32,7 @@ const buildFileSitemap = (path, excludePaths, callback) => {
|
||||
xmlUrls.push(
|
||||
callback(
|
||||
`${author.url}/?url=${encodedUrlEntryPath}`,
|
||||
new Date(stats.mtime - date.getTimezoneOffset() * 60000)
|
||||
new Date(stats.mtime - new Date().getTimezoneOffset() * 60000)
|
||||
.toISOString()
|
||||
.substring(0, 10),
|
||||
`${author.url}/${encodedUrlEntryPath}`
|
||||
|
||||
Reference in New Issue
Block a user