We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab48855 commit d24e27aCopy full SHA for d24e27a
docs/.vuepress/config.js
@@ -67,7 +67,10 @@ module.exports = {
67
'@vuepress-reco/extract-code',
68
'flowchart',
69
['sitemap', {
70
- hostname: 'https://codeexpander.com'
+ hostname: 'https://codeexpander.com',
71
+ dateFormatter: val => {
72
+ return new Date().toISOString()
73
+ }
74
}],
75
['@vuepress-reco/rss', {
76
site_url: 'https://codeexpander.com',
package.json
@@ -19,7 +19,7 @@
19
"vuepress": "^1.2.0",
20
"vuepress-plugin-flowchart": "1.4.3",
21
"vuepress-plugin-img-lazy": "^1.0.2",
22
- "vuepress-plugin-sitemap": "2.3.0",
+ "vuepress-plugin-sitemap": "^2.3.1",
23
"vuepress-theme-reco": "1.2.1",
24
"whatwg-fetch": "3.0.0"
25
},
0 commit comments