Closed
Description
Hello,
Apparently, there's an issue related to the page.lastUpdated
data.
At index.js:54
const lastmodISO = page.lastUpdated
? new Date(page.lastUpdated).toISOString()
: undefined
It throws an error like:
SITEMAP Generating sitemap...
error vuepress-plugin-sitemap apply generated failed.
RangeError: Invalid time value
at Date.toISOString (<anonymous>)
at pages.forEach.page (/Users/maxacarvalho/Code/kooomo/it.intranet.kooomo.com/node_modules/vuepress-plugin-sitemap/index.js:54:40)
at Array.forEach (<anonymous>)
at generated (/Users/maxacarvalho/Code/kooomo/it.intranet.kooomo.com/node_modules/vuepress-plugin-sitemap/index.js:52:13)
at AsyncOption.asyncApply (/Users/maxacarvalho/Code/kooomo/it.intranet.kooomo.com/node_modules/@vuepress/core/lib/node/plugin-api/abstract/AsyncOption.js:33:21)
at PluginAPI.applyAsyncOption (/Users/maxacarvalho/Code/kooomo/it.intranet.kooomo.com/node_modules/@vuepress/core/lib/node/plugin-api/index.js:272:32)
at Build.render (/Users/maxacarvalho/Code/kooomo/it.intranet.kooomo.com/node_modules/@vuepress/core/lib/node/build/index.js:100:34)
error Command failed with exit code 1.
I'm using Vuepress version 1.x ("vuepress": "^1.0.0-alpha.47"
)
Thanks.
Metadata
Assignees
Labels
No labels