mirror of
https://github.com/centau/vide.git
synced 2026-08-20 23:01:37 +00:00
Add banner
This commit is contained in:
parent
cbce3348f2
commit
27a2cdcaeb
5 changed files with 65 additions and 4 deletions
|
|
@ -17,6 +17,11 @@ export default withMermaid({
|
|||
provider: "local"
|
||||
},
|
||||
|
||||
footer: {
|
||||
message: 'Released under the MIT License.',
|
||||
copyright: 'Copyright © 2023-present centau'
|
||||
},
|
||||
|
||||
// https://vitepress.dev/reference/default-theme-config
|
||||
nav: [
|
||||
{ text: "Home", link: "/" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue