mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Fix site mermaid rendering
Vitepress rc 26 breaks mermaid plugin - use rc 25.
This commit is contained in:
parent
50244c2bd8
commit
3aed45212a
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
|
||||
"devDependencies": {
|
||||
"vitepress": "^1.0.0-rc.4",
|
||||
"vitepress-plugin-mermaid": "^2.0.14"
|
||||
"vitepress": "1.0.0-rc.25",
|
||||
"vitepress-plugin-mermaid": "2.0.14"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue