Skip to content

Commit

Permalink
fix: change config
Browse files Browse the repository at this point in the history
  • Loading branch information
Old-Second committed Jan 30, 2024
1 parent b1e211e commit f4c6d0a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,25 @@ export default {
// theme: 'material-theme-palenight',
lineNumbers: true,
math: true,
image: {
lazyLoading: true
}
},
sitemap: {
hostname: 'https://wiki.sirly.cc'
},
themeConfig: {
logo: '/cf.png',
footer: {
message: 'Released under the MIT License.',
copyright: 'Copyright © 2023-present CCNUACM'
copyright: 'Copyright © 2023-2024 CCNUACM'
},
search: {
provider: 'local'
},
outline: 'deep',
outline: [1, 6],
editLink: {
pattern: 'https://github.com/',
pattern: 'https://github.com/CCNU-ACM-Official/CCNU-ACM-Official.github.io/edit/main/docs/:path',
text: 'Edit this page on GitHub'
},
externalLinkIcon: true,
Expand Down

0 comments on commit f4c6d0a

Please sign in to comment.