提交 6f311585 编写于 作者: 茶陵後's avatar 茶陵後 👍

#1 SEO:add last-updated

上级 892a9d3c
流水线 #4780 已通过 ,包含阶段
in 3 分19 秒
......@@ -82,10 +82,20 @@ module.exports = {
plugins: [
["autometa", autometa_options],
['sitemap', {
hostname: host_url,
// 排除无实际内容的页面
exclude: ["/404.html"]
}
hostname: host_url,
// 排除无实际内容的页面
exclude: ["/404.html"]
}
],
[
'@vuepress/last-updated',
{
transformer: (timestamp, lang) => {
const moment = require('moment')
moment.locale(lang)
return moment(timestamp).toString()
}
}
]
],
theme: path.resolve(__dirname, "./themes/theme-gitcode/index.js"),
......
......@@ -5554,6 +5554,11 @@ mkdirp@~1.0.4:
resolved "https://repo.huaweicloud.com/repository/npm/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
moment@^2.29.1:
version "2.29.1"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3"
integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==
move-concurrently@^1.0.1:
version "1.0.1"
resolved "https://repo.huaweicloud.com/repository/npm/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册