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 e3e1ba2 commit 3837569Copy full SHA for 3837569
TODO.md
@@ -2,6 +2,10 @@
2
3
- [x] 搭建 404 页面
4
5
+- [ ] 增加分页url地址
6
+
7
- [ ] 分离主题为单独的包 `vuepress-theme-microapp`
8
9
- [ ] 增加 create 的自定义
10
11
+- [ ] node_modules 中建立 cache 存储已存在的 categories,tags(提供给 create 使用)
theme/index.js
@@ -83,7 +83,7 @@ module.exports = (options, ctx) => {
83
.use('file-loader')
84
.loader('file-loader')
85
.options({
86
- name: 'assets/file/[name].[hash:8].[ext]',
+ name: 'assets/file/[name].[contenthash:8].[ext]',
87
});
88
},
89
extendMarkdown: md => {
0 commit comments