Skip to content

Commit d24e27a

Browse files
author
xudaolong
committed
chore: 更新配置
1 parent ab48855 commit d24e27a

File tree

3 files changed

+2416
-1955
lines changed

3 files changed

+2416
-1955
lines changed

docs/.vuepress/config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@ module.exports = {
6767
'@vuepress-reco/extract-code',
6868
'flowchart',
6969
['sitemap', {
70-
hostname: 'https://codeexpander.com'
70+
hostname: 'https://codeexpander.com',
71+
dateFormatter: val => {
72+
return new Date().toISOString()
73+
}
7174
}],
7275
['@vuepress-reco/rss', {
7376
site_url: 'https://codeexpander.com',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"vuepress": "^1.2.0",
2020
"vuepress-plugin-flowchart": "1.4.3",
2121
"vuepress-plugin-img-lazy": "^1.0.2",
22-
"vuepress-plugin-sitemap": "2.3.0",
22+
"vuepress-plugin-sitemap": "^2.3.1",
2323
"vuepress-theme-reco": "1.2.1",
2424
"whatwg-fetch": "3.0.0"
2525
},

0 commit comments

Comments
 (0)