Skip to content

Commit 32fb864

Browse files
committed
update dependencies
1 parent a3c39b7 commit 32fb864

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vitepress/theme/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default {
3636
const { frontmatter } = useData();
3737
const route = useRoute();
3838
imageViewer(route, '.vp-doc', { toolbar: true });
39-
codeblocksFold();
39+
codeblocksFold({ frontmatter, route });
4040
hideFooter(frontmatter);
4141
giscusTalk({
4242
repo: 'T-miracle/blog',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"markdown-it-task-lists": "^2.1.1",
1919
"viewerjs": "^1.11.6",
2020
"vitepress": "^1.1.4",
21-
"vitepress-plugin-codeblocks-fold": "^1.2.33",
21+
"vitepress-plugin-codeblocks-fold": "^1.2.34",
2222
"vitepress-plugin-comment-with-giscus": "^1.1.15",
2323
"vitepress-plugin-image-viewer": "^1.1.6",
2424
"vue": "^3.4.26"

0 commit comments

Comments
 (0)