Skip to content

Commit 2fd579f

Browse files
authored
feat: configure global footer (vuejs#1245)
1 parent fc6f354 commit 2fd579f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/.vitepress/config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,14 @@ module.exports = {
541541
],
542542

543543
nav,
544-
sidebar
544+
sidebar,
545+
546+
footer: {
547+
license: {
548+
text: 'MIT License',
549+
link: 'https://opensource.org/licenses/MIT'
550+
},
551+
copyright: 'Copyright © 2014-2021 Evan You'
552+
}
545553
}
546554
}

0 commit comments

Comments
 (0)