refactor(config): update RLE.wiki theme configuration (#438)
部署到 Cloudflare Pages / deploy (push) Has been cancelled Details

pull/439/head
Lee 2024-09-24 18:25:03 +08:00 committed by GitHub
parent 66800efed9
commit 36ff596f3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 4 deletions

View File

@ -87,10 +87,9 @@ const sidebarOptions = [
const themeConfig: ThemeContext = { const themeConfig: ThemeContext = {
siteTitle: 'RLE.wiki', siteTitle: 'RLE.wiki',
siteDescription: '一份 RLE 指北', siteDescription: '一份 RLE 指北',
logo: { siteLogo: '/logo-horizontal.svg',
src: '/logo-horizontal.svg', // SiteTitle值为false时logo位置不显示标题。未定义SiteTitle时显示标题。SiteTitle值为abcd时显示abcd。
alt: 'Logo: RLE.wiki', SiteTitle: false,
},
/** Repo */ /** Repo */
githubRepoLink: 'https://github.com/project-trans/RLE-wiki', githubRepoLink: 'https://github.com/project-trans/RLE-wiki',
/** vitepress 根目录 */ /** vitepress 根目录 */