Hide site logo and title from the navigation bar.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-15 09:11:23 +08:00
parent ee74d31dac
commit 1eb5264d4d
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ export default defineConfig({
],
],
themeConfig: {
logo: { src: '/favicon.ico', width: 24, height: 24 },
siteTitle: false,
sidebarMenuLabel: '目录',
returnToTopLabel: '回到顶部',
docFooter: {
+4
View File
@@ -3,6 +3,10 @@
'Noto Sans SC', 'Source Han Sans SC', sans-serif;
}
.VPNavBarTitle {
display: none;
}
html {
overflow-x: clip;
}