refactor(config): update RLE.wiki theme configuration (#438)
部署到 Cloudflare Pages / deploy (push) Has been cancelled
Details
部署到 Cloudflare Pages / deploy (push) Has been cancelled
Details
parent
66800efed9
commit
36ff596f3d
|
@ -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 根目录 */
|
||||||
|
|
Loading…
Reference in New Issue